web client changfed
This commit is contained in:
@@ -54,10 +54,14 @@ h4 {
|
||||
}
|
||||
|
||||
.carddish-right {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-right: 1rem;
|
||||
align-items: flex-end;
|
||||
justify-content: space-between;
|
||||
h5 {
|
||||
font-weight: 500;
|
||||
font-size: 1rem;
|
||||
margin-top: 1rem;
|
||||
margin-right: 1rem;
|
||||
margin-top: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
.restaurant-dishes {
|
||||
min-width: 80%;
|
||||
h3 {
|
||||
font-size: 1.2rem;
|
||||
font-size: 1rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
@@ -88,3 +88,22 @@
|
||||
font-weight: 400;
|
||||
color: $gray;
|
||||
}
|
||||
|
||||
.hours {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.hours-left {
|
||||
margin-left: auto;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.hours-right {
|
||||
text-align: left;
|
||||
|
||||
margin-right: auto;
|
||||
p {
|
||||
font-weight: 400;
|
||||
color: $gray;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user