new look / search list / restaurant view
This commit is contained in:
@@ -4,13 +4,14 @@
|
||||
@import "./styles/Footer.scss";
|
||||
@import "./styles/SearchResults.scss";
|
||||
@import "./styles/Pictograms.scss";
|
||||
@import "./styles/Restaurant.scss";
|
||||
|
||||
.App {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
background-color: $bg-color;
|
||||
display: flex;
|
||||
background-color: $bg-color;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
@@ -41,4 +42,5 @@ p {
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
align-items: center;
|
||||
flex-grow: 20;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user