We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb79dd8 + e3cc844 commit 5e4364fCopy full SHA for 5e4364f
quartz/components/styles/navbar.scss
@@ -29,7 +29,7 @@
29
gap: 10px;
30
}
31
32
- @media all and (max-width:475px){
+ @media all and (max-width:360px){
33
justify-content: center;
34
margin-bottom: 6px;
35
quartz/components/styles/navbarwrapper.scss
@@ -1,6 +1,12 @@
1
+@use "../../styles/variables.scss" as *;
2
+
3
.navbar-wrapper {
4
display: flex;
5
align-items: center;
6
7
8
9
+ @media all and ($mobile) {
10
+ flex-direction: row-reverse;
11
+ }
12
quartz/styles/custom.scss
@@ -17,6 +17,12 @@ ul.overflow > li:last-of-type {
17
18
.page-title {
19
@media all and ($mobile) {
20
- font-size: 1.5rem;
+ font-size: 1.2rem;
21
22
+}
23
24
+.search .search-button > p {
25
26
+ display: none;
27
28
0 commit comments