add flex center

This commit is contained in:
madarsbiss
2021-07-21 13:03:15 +03:00
parent 3cb019e1b9
commit b7e0e0a24c
3 changed files with 84 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
.wrapper {
max-width: 1200px;
margin: 0px auto;
/* margin: 0px auto; */
text-align: center;
background: rgba(255, 255, 255, 0.95);
box-shadow: 0 8px 32px 0 rgba(83, 89, 179, 0.37);
@@ -63,8 +63,8 @@
.searchInput {
margin-bottom: 20px;
height: 40px;
border: 2px solid rgb(34, 34, 34);
/* border: none; */
/* border: 2px solid rgb(34, 34, 34); */
border: none;
padding: 0 10px;
color: #303030;
font-size: 20px;

View File

@@ -16,8 +16,11 @@ body {
rgba(245, 247, 252, 1) 100.2%
);
font-family: "Varela Round", sans-serif;
min-height: 100vh;
padding-top: 50px;
height: 100vh;
width: 100vw;
display: flex;
justify-content: center;
align-items: center;
}
a {