张延森 vor 2 Jahren
Ursprung
Commit
b42d899baf
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1
    1
      resources/static/css/common.css
  2. 1
    1
      resources/static/less/nav-menu.less

+ 1
- 1
resources/static/css/common.css Datei anzeigen

@@ -5,7 +5,7 @@
5 5
 .nav-menu {
6 6
   display: flex;
7 7
   justify-content: center;
8
-  width: 600px;
8
+  max-width: 600px;
9 9
   height: 100%;
10 10
   margin: 0 auto;
11 11
 }

+ 1
- 1
resources/static/less/nav-menu.less Datei anzeigen

@@ -1,7 +1,7 @@
1 1
 .nav-menu {
2 2
   display: flex;
3 3
   justify-content: center;
4
-  width: 600px;
4
+  max-width: 600px;
5 5
   height: 100%;
6 6
   margin: 0 auto;
7 7