Skip to content

Commit

Permalink
Usuwamy niepotrzebne własności, zamieniamy display na float
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzeuek committed Dec 10, 2024
1 parent 32d9a67 commit bc65cc8
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,8 @@ <h1 class="d-inline-block">
margin: 0;
}

#hours ul {
display: flex;
padding: 0;
margin: 0;
list-style-type: none;
#hours ul li {
float: left;
}

#hours ul li + li::before {
Expand Down

0 comments on commit bc65cc8

Please sign in to comment.