2020-04-09 19:31:48 +00:00
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
background-attachment: fixed;
|
|
|
|
background-size: auto 100%;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center top;
|
|
|
|
}
|
|
|
|
|
2020-04-01 00:46:27 +00:00
|
|
|
.element {
|
|
|
|
width: 90% !important;
|
2020-05-06 16:48:21 +00:00
|
|
|
margin-top: -4px !important;
|
2020-04-01 00:46:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.element_pad {
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|