File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 9797 color : var (--text-primary );
9898 background : var (--background );
9999 line-height : 1.6 ;
100+ padding-top : 0 ;
100101}
101102
102103/* Container */
@@ -881,9 +882,14 @@ code {
881882
882883/* Responsive Design */
883884@media (max-width : 768px ) {
885+ body {
886+ padding-top : 0 !important ;
887+ }
888+
884889 .site-header {
885- position : relative ;
890+ position : static ;
886891 height : auto;
892+ min-height : auto;
887893 }
888894
889895 .site-header .container {
@@ -892,11 +898,20 @@ code {
892898 height : auto;
893899 }
894900
901+ .logo {
902+ text-align : center;
903+ }
904+
895905 .main-nav {
896906 margin-top : var (--spacing-md );
897907 gap : var (--spacing-md );
898908 flex-wrap : wrap;
899909 justify-content : center;
910+ width : 100% ;
911+ }
912+
913+ .main-nav a {
914+ font-size : 0.875rem ;
900915 }
901916
902917 .hero {
You can’t perform that action at this time.
0 commit comments