renamed text styles and added another size
authorEduardo <[email protected]>
Sun, 26 Nov 2023 19:35:11 +0000 (20:35 +0100)
committerEduardo <[email protected]>
Sun, 26 Nov 2023 19:35:11 +0000 (20:35 +0100)
src/assets/css/style.css

index 2a7748d674471466bab52ca1e421fd8ba1341bae..7f0186ec699777e7e1da89dcd06591ac2db0e0a1 100644 (file)
@@ -70,7 +70,11 @@ body {
   color: inherit;
 }
 
-.big-text {
+.larger-text {
+  font-size: larger;
+}
+
+.x-large-text {
   font-size: x-large;
 }