This commit is contained in:
pro.boooooo
2024-04-05 22:01:23 +02:00
parent 5bd7ac1951
commit 9139868678
9 changed files with 58 additions and 39 deletions

View File

@@ -5,8 +5,19 @@
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 30px;
#rooms-headers {
margin-top: 30px;
#rooms-title {
#rooms-title-loading {
color: $primary;
}
}
}
#pagination-container {
display: flex;
flex-direction: row;
@@ -53,6 +64,7 @@
flex-wrap: wrap;
gap: 50px;
margin-top: 20px;
width: 50%;
.room {
width: 200px;