Adjust styling of room

This commit is contained in:
Ramon Wenger 2018-08-27 19:52:00 +02:00
parent 552b27ba2b
commit df7efc7c05
1 changed files with 4 additions and 0 deletions

View File

@ -153,6 +153,10 @@
@import "@/styles/_functions.scss";
.room {
display: grid;
grid-template-rows: auto 1fr;
margin-bottom: -50px;
&__header {
padding: 30px;
}