3bddc295 by simon

默认提交

1 parent 7e2c6f4d
...@@ -24,6 +24,7 @@ li:last-child { ...@@ -24,6 +24,7 @@ li:last-child {
24 24
25 .content { 25 .content {
26 padding-bottom: 78px; 26 padding-bottom: 78px;
27 min-height: 50rem;
27 font-size: $articleNormal; 28 font-size: $articleNormal;
28 } 29 }
29 30
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
2 2
3 .content { 3 .content {
4 padding-bottom: 2.33rem; 4 padding-bottom: 2.33rem;
5 min-height: 50rem;
5 } 6 }
6 7
7 .box { 8 .box {
......