1
0
Daniel Supernault 2 жил өмнө
parent
commit
3ba32edfc9

+ 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;
+			}
 		}
 	}