瀏覽代碼

updating maxcdn icon, tweaking responsive icon carousel

davegandy 11 年之前
父節點
當前提交
0324a9e5bf

二進制
fonts/FontAwesome.otf


二進制
src/assets/font-awesome/fonts/FontAwesome.otf


+ 2 - 2
src/assets/less/site/responsive/screen-lg.less

@@ -8,9 +8,9 @@
       .square(30px);
       font-size: 40px;
       line-height: 35px;
-      left: 370/2 - 40px;
+      left: 370/2 - 45px;
       &.right {
-        right: 370/2 - 40px;
+        right: 370/2 - 45px;
       }
     }
   }

+ 1 - 3
src/assets/less/site/responsive/screen-sm.less

@@ -4,10 +4,8 @@
     font-size: @size;
     line-height: @size + 5;
     .carousel-control {
-      top: @size + 30px;
+      top: @size + 10px;
       .square(30px);
-      font-size: 40px;
-      line-height: 40px;
       left: 228/2 - 40px;
       &.right {
         right: 228/2 - 40px;

+ 1 - 1
src/assets/less/site/responsive/screen-xs.less

@@ -6,7 +6,7 @@
     width: 280px;
     margin: 30px auto 0;
     .carousel-control {
-      top: @size / 2;
+      top: 37%;
       .square(44px);
       font-size: 44px;
       line-height: 44px;