diff --git a/static/style.css b/static/style.css index 23904e7..e7bd958 100644 --- a/static/style.css +++ b/static/style.css @@ -263,3 +263,7 @@ footer { flex-grow: 1; } } + +.room-collumn{ + margin-bottom: 10px; +} diff --git a/templates/free-rooms.html b/templates/free-rooms.html index 8291b1a..9f93273 100644 --- a/templates/free-rooms.html +++ b/templates/free-rooms.html @@ -143,7 +143,7 @@ {% for d in dident_list : %} {% endfor %} - +