Skip to content
This repository has been archived by the owner on Oct 6, 2019. It is now read-only.

Commit

Permalink
Oops, had to undo previous change
Browse files Browse the repository at this point in the history
Since it messed up padding below 800px for containers. Need to find
another solution …
  • Loading branch information
Thomas Hansen committed Aug 15, 2017
1 parent f6fac3e commit fe4403a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions media/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ blockquote, button, caption, fieldset, h1, h2, h3, h4, h5, h6, hr, input, label,

.col, .col-10, .col-100, .col-20, .col-25, .col-30, .col-33, .col-40, .col-50, .col-60, .col-67, .col-70, .col-75, .col-80, .col-90, .col-100 {
flex: 100%;
padding:0;
padding: 0 0 0 1rem;
}

body {
Expand Down Expand Up @@ -514,10 +514,6 @@ table.hover tr:hover td {
h2, h3 {
line-height: 1.25;
}
.col, .col-10, .col-100, .col-20, .col-25, .col-30, .col-33, .col-40, .col-50, .col-60, .col-67, .col-70, .col-75, .col-80, .col-90, .col-100 {
padding: 0 0 0 1rem;
}

.col {
flex: 1;
}
Expand Down

0 comments on commit fe4403a

Please sign in to comment.