aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarvin Borner2018-10-07 15:26:49 +0200
committerMarvin Borner2018-10-07 15:26:49 +0200
commite73bd7955cd60aee98fd10e70a3f22a2721deba8 (patch)
tree77e352a751e1033d5f146cbb1644219266c398aa
parentf6bdc4346f89859f43efa6fae908765b9009c692 (diff)
Fixed logo bug on small devices :bug: :lipstick:HEADmaster
-rw-r--r--assets/css/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 3526f72..6a6ce05 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -119,5 +119,6 @@ a:hover {
.logo-img {
width: 100%;
+ max-width: 60vw;
height: auto;
} \ No newline at end of file