diff options
author | Marvin Borner | 2018-09-04 12:52:55 +0200 |
---|---|---|
committer | Marvin Borner | 2018-09-04 12:52:55 +0200 |
commit | b080586bbf21fbb38d21f1f83a0fea28199627fe (patch) | |
tree | 3bdfda1aace47a1696bce0f5e5b7aaa110c18fa8 /assets/css | |
parent | 4a42ba993730fd80c99f83dbc4ed761ddf62da79 (diff) | |
parent | c15f1b5f4982014b579f6516df8a7086241b223e (diff) |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/style.css | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 45fcd43..9d83d77 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -14,8 +14,8 @@ } html, body { - min-height: 100vh; - width: 100vw; + min-height: 100%; + width: 100%; overflow: hidden; } @@ -25,8 +25,8 @@ html, body { .ContentWrapper { display: flex; - min-height: 100vh; - width: 100vw; + height: 100% !important; + width: 100%; flex-direction: column; flex-wrap: wrap; justify-content: center; @@ -95,4 +95,24 @@ a:hover { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; +} + +.fa-whatsapp { + color: #25d366; +} + +.fa-telegram-plane { + color: #0088cc; +} + +.fa-envelope { + color: #f1ed21; +} + +.fa-github { + color: #939393; +} + +.name { + font-size: 12px; }
\ No newline at end of file |