We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951f5ff commit 982aa69Copy full SHA for 982aa69
app/src/styles/Homepage.module.scss
@@ -75,6 +75,10 @@
75
background-color: var(--background-color);
76
width: 80%;
77
78
+ @media (max-width: 800px) {
79
+ width: 100%;
80
+ }
81
+
82
> div {
83
display: grid;
84
grid-gap: 1rem;
app/src/styles/globals.scss
@@ -129,6 +129,10 @@ h1 {
129
&.light {
130
color: var(--title-color);
131
}
132
133
134
+ font-size: 40pt;
135
136
137
138
.pageList {
0 commit comments