Skip to content

Commit

Permalink
scss: fix CSS warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
  • Loading branch information
arthurzam committed Jul 19, 2024
1 parent 54cbe08 commit e9b4f6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions web/packs/src/stylesheets/misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ td .alert {
}

.kk-col-list {
padding: 0;

@media screen and (max-width: 767px) {
columns: 1;
-webkit-columns: 1;
-moz-columns: 1;
}

padding: 0;

li {
list-style-type: none;

Expand Down
6 changes: 3 additions & 3 deletions web/packs/src/stylesheets/packages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,12 @@
.kk-mask-details {
font-size: 90%;

margin-top: 1em;
margin-bottom: -1em;

.row {
margin-bottom: 1em;
}

margin-top: 1em;
margin-bottom: -1em;
}

.kk-mask-reason {
Expand Down

0 comments on commit e9b4f6c

Please sign in to comment.