10 lines
152 B
CSS
10 lines
152 B
CSS
|
body {
|
||
|
background-attachment: fixed;
|
||
|
background-size: cover;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
.postMenu {
|
||
|
padding:3px 15px 3px 15px;
|
||
|
margin-top:-11px !important;
|
||
|
}
|