张延森 2 年之前
父節點
當前提交
b42d899baf
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. 1
    1
      resources/static/css/common.css
  2. 1
    1
      resources/static/less/nav-menu.less

+ 1
- 1
resources/static/css/common.css 查看文件

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

+ 1
- 1
resources/static/less/nav-menu.less 查看文件

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