We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4068700 + 5ee30fc commit 12dfa0cCopy full SHA for 12dfa0c
src/.DS_Store
0 Bytes
src/css/index.css
@@ -56,7 +56,7 @@ h1 {
56
57
@media screen and (max-width: 1024px) {
58
width: 30%;
59
- @media screen and (max-width: 768px) {
+ @media screen and (max-width: 700px) {
60
display: none;
61
}
62
@@ -66,8 +66,7 @@ h1 {
66
67
width: 20%;
68
margin: 1.25rem 2rem;
69
-
70
71
display: flex;
72
@media screen and (max-width: 500px) {
73
width: 50%;
0 commit comments