Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Change some responsive values to fixed ones. #22
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBrauer authored Apr 12, 2019
1 parent af9f3c4 commit 302a401
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ body {
}

.container {
max-width: 1100px;
aborder: 1px solid;
width: 1100px;
margin: auto;
}

Expand All @@ -31,7 +30,7 @@ h1 {
font-size: 80px;
font-weight: 400;
text-align: center;
margin: 10vh auto 40px;
margin: 180px auto 40px;
}

.overlay {
Expand All @@ -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 {
Expand Down Expand Up @@ -104,7 +103,7 @@ ul li > p {
}

img.player-avatar {
max-width: 100px;
width: 100px;
float: left;
margin-right: 20px;
border-radius: 50%;
Expand Down Expand Up @@ -145,4 +144,4 @@ i[class^="icon-"] {
top: 0;
left: 0;
height: 100%;
}
}

0 comments on commit 302a401

Please sign in to comment.