Skip to content

Commit 982aa69

Browse files
committedMar 16, 2024·
style: improve phone style
1 parent 951f5ff commit 982aa69

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
 

‎app/src/styles/Homepage.module.scss

+4
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@
7575
background-color: var(--background-color);
7676
width: 80%;
7777

78+
@media (max-width: 800px) {
79+
width: 100%;
80+
}
81+
7882
> div {
7983
display: grid;
8084
grid-gap: 1rem;

‎app/src/styles/globals.scss

+4
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ h1 {
129129
&.light {
130130
color: var(--title-color);
131131
}
132+
133+
@media (max-width: 800px) {
134+
font-size: 40pt;
135+
}
132136
}
133137

134138
.pageList {

0 commit comments

Comments
 (0)
Please sign in to comment.