diff options
author | Marco Alexander Fischer | 2018-09-16 18:29:25 +0200 |
---|---|---|
committer | Marco Alexander Fischer | 2018-09-16 18:29:25 +0200 |
commit | 40110de6abbd5a7875780ad628305c8a57da28eb (patch) | |
tree | eeee875ba9c72a8fbe415ed00d20ad33e9c08245 /assets/css | |
parent | b94cc15a44d17df3c5917b3959af03d44cbd97f2 (diff) |
Overworked Design for new concept. :lipstick:
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/style.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 6d2bab6..3526f72 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -10,7 +10,7 @@ * { text-align: center; background-color: #282828; - font-family: Comfortaa, serif; + font-family: Mukta, serif; } html, body { @@ -82,7 +82,7 @@ a { } a:hover { - color: #3E4DF0; + color: #FB5D5E; } @media only screen and (max-width: 500px) { @@ -117,6 +117,7 @@ a:hover { font-size: 12px; } -.social-buttons { - +.logo-img { + width: 100%; + height: auto; }
\ No newline at end of file |