add new comps

This commit is contained in:
madarsbiss
2021-09-22 16:29:40 +03:00
parent 54e96a608b
commit e617de2020
6 changed files with 44 additions and 28 deletions

View File

@@ -11,19 +11,6 @@
margin: 0 20px;
}
.statsWrapper {
background-color: rgb(247, 247, 247);
padding: 30px;
text-align: right;
border-radius: 0 30px 30px 0;
}
.titleAndSearch {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 20px;
}
@media only screen and (max-width: 950px) {
.wrapper {
display: grid;
@@ -31,10 +18,6 @@
max-width: 600px;
margin: 20px auto;
}
.statsWrapper {
border-radius: 0;
}
}
@media only screen and (max-width: 600px) {
@@ -43,10 +26,3 @@
border-radius: 0;
}
}
@media only screen and (max-width: 520px) {
.titleAndSearch {
grid-template-columns: 1fr;
place-items: center;
}
}