Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulaR-05 committed Jun 11, 2023
1 parent 46081dd commit f420df4
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -208,20 +208,21 @@ button:hover {
border-radius: 5px;
margin: 0.08em;
}
.occupied {
background-color: #ffc857;
}

.block {
background-color: #db3a34;
}

img {
width: 3vh;
padding: 0.5vh;
-webkit-animation: none;
animation: none;
}

.occupied {
background-color: #ffc857;
}

.block {
background-color: #db3a34;
}
.mobile {
box-sizing: border-box;
width: 100%;
Expand Down

0 comments on commit f420df4

Please sign in to comment.