space consistency in css

pull/150/head
Aevann 2023-05-16 04:13:40 +03:00
parent e74c81ef96
commit 4573690d2a
1 changed files with 2 additions and 2 deletions

View File

@ -109,13 +109,13 @@ a {
/*front page*/ /*front page*/
.sorting { .sorting {
float:left !important; float: left !important;
padding-top: 5px !important; padding-top: 5px !important;
} }
#frontpage #main-content-col .row:first-child { #frontpage #main-content-col .row:first-child {
background-image: url(/i/classic1.webp); background-image: url(/i/classic1.webp);
background-position:center; background-position: center;
background-repeat: repeat; background-repeat: repeat;
margin-top: -12px; margin-top: -12px;
margin-bottom:-15px; margin-bottom:-15px;