From 302a401aeef537c24b55f8c44c2b6168db5b4960 Mon Sep 17 00:00:00 2001 From: Gabriel Wanzek Date: Fri, 12 Apr 2019 11:22:52 +0200 Subject: [PATCH] Change some responsive values to fixed ones. #22 --- assets/css/app.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/assets/css/app.css b/assets/css/app.css index c334cae..74338a1 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -21,8 +21,7 @@ body { } .container { - max-width: 1100px; - aborder: 1px solid; + width: 1100px; margin: auto; } @@ -31,7 +30,7 @@ h1 { font-size: 80px; font-weight: 400; text-align: center; - margin: 10vh auto 40px; + margin: 180px auto 40px; } .overlay { @@ -43,8 +42,8 @@ h1 { rgba(3, 169, 244, 0.9), rgba(3, 169, 244, 1) ); - width: 100vw; - height: 100vh; + width: 100%; + height: 100%; } .box { @@ -104,7 +103,7 @@ ul li > p { } img.player-avatar { - max-width: 100px; + width: 100px; float: left; margin-right: 20px; border-radius: 50%; @@ -145,4 +144,4 @@ i[class^="icon-"] { top: 0; left: 0; height: 100%; -} \ No newline at end of file +}