sito-hackit-20/themes/maya0x17/static/theme.css

27 lines
404 B
CSS
Raw Normal View History

2020-07-28 02:33:53 +02:00
#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;
}