Skip to content

Commit

Permalink
Remove extras due to HTTPArchive#870
Browse files Browse the repository at this point in the history
  • Loading branch information
catalinred committed Aug 10, 2020
1 parent 1b911e7 commit 0a663a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
8 changes: 0 additions & 8 deletions src/templates/base/2019/contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
{% block styles %}
{{ super() }}
<style nonce="{{ csp_nonce() }}">
.main {
padding-left: 10px;
padding-right: 10px;
}
.team {
display: flex;
flex-direction: row;
Expand Down Expand Up @@ -167,10 +163,6 @@
{% endfor %}

@media (max-width: 600px) {
.main {
padding-left: 0;
padding-right: 0;
}
.team {
height: 100px;
}
Expand Down
10 changes: 0 additions & 10 deletions src/templates/base/2019/table_of_contents.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
{% block styles %}
{{ super() }}
<style nonce="{{ csp_nonce() }}">
.main {
margin-bottom: 100px;
padding-left: 10px;
padding-right: 10px;
}

.contents-wrapper {
display: grid;
grid-template-areas: 'parts characters';
Expand Down Expand Up @@ -82,10 +76,6 @@
.contents-wrapper {
display: block;
}
.main {
padding-left: 0;
padding-right: 0;
}
.parts {
max-width: 100%;
}
Expand Down

0 comments on commit 0a663a4

Please sign in to comment.