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.
1 parent 2632607 commit 6307e52Copy full SHA for 6307e52
quartz/styles/custom.scss
@@ -1,4 +1,5 @@
1
@use "./base.scss";
2
+@use "./variables.scss" as *;
3
@import "../components/styles/navbar.scss";
4
5
// put your custom CSS here!
@@ -13,3 +14,9 @@ ul.overflow > li:last-of-type {
13
14
.article-title {
15
margin: 1rem 0 0;
16
}
17
+
18
+.page-title{
19
+ @media all and ($mobile){
20
+ font-size: 1.3rem;
21
+ }
22
+}
0 commit comments