mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-10 05:34:44 +00:00
fix review card spacing and centering in homepage
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
331f8e731c
commit
a5ac2dc940
@ -36,6 +36,7 @@ class ReviewCard extends HTMLElement {
|
||||
row-gap: 5px;
|
||||
padding: 0 16px 16px 16px;
|
||||
width: 178px;
|
||||
margin: 8px 8px 8px 8px;
|
||||
}
|
||||
|
||||
div.rating {
|
||||
|
@ -46,6 +46,7 @@ img#create-btn {
|
||||
display: flex;
|
||||
position: relative;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
}
|
||||
.review-container > div {
|
||||
background-color: #f1f1f1;
|
||||
|
Loading…
Reference in New Issue
Block a user