From 04c9ab3b6ea3b144821391ac00bfefe0d2e20cd3 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Sat, 1 Jun 2019 00:17:44 +0200 Subject: [PATCH] css helpers --- liquet/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/liquet/style.css b/liquet/style.css index d9c5ec8..e2d1264 100644 --- a/liquet/style.css +++ b/liquet/style.css @@ -61,6 +61,14 @@ hr { font-family: "Abril Fatface", serif; } +.text-align-right { + text-align: right; +} + +.text-align-left { + text-align: left; +} + #app { width: 100vw; height: 100vh; @@ -93,4 +101,10 @@ hr { .gohome:hover { transform: scale(1.5); +} + +img.icon { + height: 1em; + display: inline-block; + vertical-align: middle; } \ No newline at end of file