aboutsummaryrefslogtreecommitdiffstats
path: root/web/css/_src/utilities.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/css/_src/utilities.scss')
-rw-r--r--web/css/_src/utilities.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/web/css/_src/utilities.scss b/web/css/_src/utilities.scss
index 0dddffa..3f2553b 100644
--- a/web/css/_src/utilities.scss
+++ b/web/css/_src/utilities.scss
@@ -35,9 +35,9 @@ img { border: 0; }
.debug { border: 1px solid red; }
-.text_left, .t-left { text-align: left; }
+.text_left, .t-left { text-align: left !important; }
.text_right, .t-right { text-align: right !important; }
-.text_center, .t-center { text-align: center; }
+.text_center, .t-center { text-align: center !important; }
.pfixed { position: fixed !important; }
.f-left { float: left; }
@@ -66,6 +66,7 @@ img { border: 0; }
color: #666;
}*/
+.w10p { width: 10%; }
.w15p { width: 15%; }
.w20p { width: 20%; }
.w33p { width: 33%; }