diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-06-20 08:55:35 +0200 |
---|---|---|
committer | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-06-20 08:55:35 +0200 |
commit | c5c1b4a737cdc9099d7bd2be84a50eaa76ff8205 (patch) | |
tree | 856e517e28ea266070405a422a5ef3e39733030e /src/app.scss | |
parent | a164d8d49f9c52c7f0caa0dfa9e33e3c0660c464 (diff) |
FUNCT Update main layout
Diffstat (limited to 'src/app.scss')
-rw-r--r-- | src/app.scss | 15 |
1 files 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 { |