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*/
.sorting {
float:left !important;
float: left !important;
padding-top: 5px !important;
}
#frontpage #main-content-col .row:first-child {
background-image: url(/i/classic1.webp);
background-position:center;
background-position: center;
background-repeat: repeat;
margin-top: -12px;
margin-bottom:-15px;