$
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user