update css
This commit is contained in:
parent
139f25db36
commit
e7e05a7291
|
|
@ -83,12 +83,6 @@ div#wrapper{
|
||||||
height: calc(100vh - 50px - 25px);
|
height: calc(100vh - 50px - 25px);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* start page */
|
|
||||||
body.start-page *{
|
|
||||||
font-family: serif;
|
|
||||||
font-size: 115%;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Z-INDEX */
|
/* Z-INDEX */
|
||||||
div#wrapper,
|
div#wrapper,
|
||||||
|
|
@ -99,14 +93,24 @@ div#nav{
|
||||||
z-index: 11;
|
z-index: 11;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* start page */
|
||||||
|
body.start-page {
|
||||||
|
font-family: serif;
|
||||||
|
font-size: 115%;
|
||||||
|
}
|
||||||
|
|
||||||
.cols {
|
.start-page ul {
|
||||||
|
max-height: 66vh;
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.start-page .cols {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 3fr;
|
grid-template-columns: 1fr 3fr;
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.home_pad_iframe {
|
.start-page .home_pad_iframe {
|
||||||
height: 75vh;
|
height: 75vh;
|
||||||
/* margin: 5rem; */
|
/* margin: 5rem; */
|
||||||
/* width: calc(100vw - 13rem); */
|
/* width: calc(100vw - 13rem); */
|
||||||
|
|
@ -115,7 +119,7 @@ div#nav{
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 600px) {
|
@media only screen and (max-width: 600px) {
|
||||||
.home_pad_iframe {
|
.start-page .home_pad_iframe {
|
||||||
margin: 1rem;
|
margin: 1rem;
|
||||||
width: 90vw;
|
width: 90vw;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue