This commit is contained in:
madarsbiss
2021-07-20 22:25:32 +03:00
parent 193599ead7
commit cff9607214
2 changed files with 5 additions and 7 deletions

View File

@@ -1,14 +1,12 @@
.wrapper {
max-width: 1200px;
margin: 30px 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);
backdrop-filter: blur(3px);
-webkit-backdrop-filter: blur(3px);
border-radius: 30px;
/* border: 1px solid rgba(255, 255, 255, 0.18); */
display: grid;
grid-template-columns: 1fr 2fr;
}
@@ -61,7 +59,7 @@
margin-bottom: 20px;
height: 40px;
width: 200px;
border: 2px solid rgb(218, 218, 218);
border: 2px solid rgb(230, 230, 230);
padding: 0 10px;
color: #c5c5c5;
font-size: 20px;