Skip to content

Commit 4ad4fbf

Browse files
committed
Hide icons on mobile
1 parent 977959f commit 4ad4fbf

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

src/styles/index.css

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,18 @@ main > * > section {
5656
color: hsl(0, 0%, 60%);
5757
}
5858
& h3 {
59-
font-size: 2em;
59+
font-size: 1.85em;
60+
align-items: center;
6061
font-weight: normal;
6162
margin: 0.3em 0;
6263
display: flex;
63-
align-items: center;
6464
gap: 0.7rem;
6565

6666
& img {
6767
width: 2.5rem;
68+
@media (max-width: 450px) {
69+
display: none;
70+
}
6871
}
6972
}
7073
& p {
@@ -98,8 +101,4 @@ main > * > section {
98101
min-width: 300px;
99102
}
100103
}
101-
102-
@media (max-width: 1500px) {
103-
scroll-margin-top: 5em;
104-
}
105104
}

0 commit comments

Comments
 (0)