diff --git a/static/style.css b/static/style.css index d4e3d14..ea614f4 100644 --- a/static/style.css +++ b/static/style.css @@ -69,6 +69,13 @@ main p { flex-direction: column; } +.room-row{ + display: flex; + justify-content: space-between; + flex-direction: row; + align-items: center; +} + /* Style The Dropdown Button */ .dropbtn { color: var(--fg); @@ -242,6 +249,11 @@ input[type="checkbox"] + label { box-shadow: 5px 5px black; } +.fav label { + width: 50px; + height: 50px; +} + .done { background: var(--bg-dark); text-decoration: line-through; diff --git a/templates/free-rooms.html b/templates/free-rooms.html index adcb89c..93a49f3 100644 --- a/templates/free-rooms.html +++ b/templates/free-rooms.html @@ -34,10 +34,10 @@
@@ -49,7 +49,7 @@