Browse Source

Update landing styles

Daniel Supernault 2 năm trước cách đây
mục cha
commit
3ba32edfc9
1 tập tin đã thay đổi với 7 bổ sung1 xóa
  1. 7 1
      resources/assets/sass/landing.scss

+ 7 - 1
resources/assets/sass/landing.scss

@@ -30,7 +30,13 @@ body {
 
 		span {
 			font-weight: bold;
-			font-size: 24px;
+			font-size: 14px;
+			display: none;
+
+			@include media-breakpoint-up(sm) {
+				display: block;
+				font-size: 18px;
+			}
 		}
 	}