We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8435e36 commit 218c729Copy full SHA for 218c729
src/client/theme-default/styles/layout.css
@@ -91,6 +91,12 @@ main {
91
}
92
93
94
+@media screen and (max-width: 719px) {
95
+ main {
96
+ margin-left: 0;
97
+ }
98
+}
99
+
100
a {
101
text-decoration: none;
102
src/client/theme-default/styles/vars.css
@@ -1,7 +1,7 @@
1
.theme {
2
--border-color: rgb(226, 232, 240);
3
--header-height: 3.6rem;
4
- --sidebar-width: 20rem;
+ --sidebar-width: 16.4rem;
5
--text-color: #2c3e50;
6
--text-color-light: #476582;
7
--code-bg-color: #282c34;
0 commit comments