15 lines
183 B
CSS
15 lines
183 B
CSS
body {
|
|
background-attachment: fixed;
|
|
background-size: cover;
|
|
margin: 0;
|
|
}
|
|
|
|
.element {
|
|
margin-top: -4px !important;
|
|
}
|
|
|
|
.element_pad {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|