Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit bd7778c

Browse files
fix: responsiveness (#978)
1 parent 4a59141 commit bd7778c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/.vuepress/styles/index.scss

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -864,6 +864,7 @@ $border-color: #e5e7eb;
864864
color: white;
865865
text-decoration: underline;
866866
}
867+
padding: 0 4px;
867868
}
868869

869870
.navbar {
@@ -883,4 +884,18 @@ $border-color: #e5e7eb;
883884
.theme-container {
884885
margin-top: 40px;
885886
}
887+
}
888+
889+
@media(max-width: 500px){
890+
#temp-banner {
891+
height: 60px;
892+
}
893+
894+
.navbar {
895+
top: 60px;
896+
}
897+
898+
.theme-container {
899+
margin-top: 60px;
900+
}
886901
}

0 commit comments

Comments
 (0)