27 lines
404 B
CSS
27 lines
404 B
CSS
|
#all-wrapper {
|
||
|
padding-left: 8vw;
|
||
|
}
|
||
|
#menu-row {
|
||
|
display: none;
|
||
|
position: fixed;
|
||
|
top: 0px;
|
||
|
left: 8vw;
|
||
|
background: rgb(34, 34, 34);
|
||
|
width: 89vw;
|
||
|
margin-top: 8vw;
|
||
|
border-radius: 1em;
|
||
|
padding: 1em 0px;
|
||
|
}
|
||
|
#menu-row > .column {
|
||
|
margin-left: 30vw;
|
||
|
font-size: 120%;
|
||
|
}
|
||
|
#logo-div {
|
||
|
position: fixed;
|
||
|
top: 5vw;
|
||
|
left: -8vw;
|
||
|
}
|
||
|
#logo-img {
|
||
|
width: 16vw;
|
||
|
}
|