Skip to content

Commit d010b0e

Browse files
committed
adjust mobile
1 parent 6703af1 commit d010b0e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/styles/app.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,3 +308,11 @@ header h1 {
308308
max-width: 90vw;
309309
border-radius: 2px;
310310
}
311+
312+
@media screen and (max-width: 769px) {
313+
.highlight {
314+
border-bottom-left-radius: 0;
315+
border-top-left-radius: 0;
316+
}
317+
}
318+

0 commit comments

Comments
 (0)