Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
Fix rem
Browse files Browse the repository at this point in the history
  • Loading branch information
Soreine committed Aug 6, 2017
1 parent 1b89bef commit b65a950
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/website/website.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ body {
}

.nochrome {
padding: 1em;
padding: 0.8em;
border: 1px dashed;
opacity: 0.6;
font-size: 0.8em;
Expand All @@ -49,7 +49,7 @@ body {

background: linear-gradient(to bottom, rgb(21, 199, 109) 0%,rgb(16, 86, 93) 100%);

padding: 1em;
padding: 0.8em;
border-radius: 0.5em;
border-bottom: none;

Expand Down Expand Up @@ -90,7 +90,7 @@ body {
}

.issues {
font-size: 1em;
font-size: 0.8em;
opacity: 0.6;
}

Expand All @@ -101,7 +101,7 @@ ul {
a {
color: rgb(55, 207, 136);
text-decoration: none;
padding-bottom: 0.8em;
padding-bottom: 0.1em;
border-bottom: 1px solid;
}

Expand Down

0 comments on commit b65a950

Please sign in to comment.