From 071eb9c0335397c746b7035435f4f7393333d18b Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Thu, 20 Jun 2019 08:55:35 +0200 Subject: FUNCT Update main layout --- src/app.scss | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/app.scss b/src/app.scss index a15beb4..40d2929 100644 --- a/src/app.scss +++ b/src/app.scss @@ -26,15 +26,14 @@ html { height: 100%; + background-size: cover; } body { - font-size: 2rem; - font-family: Roboto, Arial; - color: #CCCCCC; - height: 100%; - width: 100%; - margin: 0; + font-size: 1.2rem; + font-family: Arial; + color: #999999; + margin: 5%; svg { path, @@ -45,7 +44,7 @@ body { } circle { - fill: rgba(0,0,0, 0.4) !important; + fill: none !important; } text { @@ -58,7 +57,7 @@ body { flex-direction: row; flex-wrap: wrap; justify-content: flex-start; - align-items: center; + align-items: flex-start; height: 100%; .item { -- cgit 1.2.3-korg