add new comps
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user