fix border radius

This commit is contained in:
madarsbiss 2021-09-23 09:46:07 +03:00
parent af27c965a2
commit df8e4e4f93
2 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,4 @@
background-color: rgb(247, 247, 247);
padding: 30px;
text-align: right;
border-radius: 30px;
}

View File

@ -7,6 +7,7 @@
backdrop-filter: blur(3px);
-webkit-backdrop-filter: blur(3px);
border-radius: 30px;
overflow: hidden;
}
@media only screen and (max-width: 950px) {