Animarr/web/css/base.css

26 lines
294 B
CSS
Executable file

body {
padding-top: 50px;
}
#background {
width: 100%;
height: 100%;
position: fixed;
left: 0px;
top: 0px;
z-index: -999;
opacity: 0.15;
}
.stretch {
width:100%;
height:100%;
}
.base-container {
padding: 40px 15px;
}
.container{
width: 90%;
}