Skip to content

Commit 6307e52

Browse files
Reduced the Fontsize of the page title by 1 rem
1 parent 2632607 commit 6307e52

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

quartz/styles/custom.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@use "./base.scss";
2+
@use "./variables.scss" as *;
23
@import "../components/styles/navbar.scss";
34

45
// put your custom CSS here!
@@ -13,3 +14,9 @@ ul.overflow > li:last-of-type {
1314
.article-title {
1415
margin: 1rem 0 0;
1516
}
17+
18+
.page-title{
19+
@media all and ($mobile){
20+
font-size: 1.3rem;
21+
}
22+
}

0 commit comments

Comments
 (0)