css: standardize width of fixed width pages.

Standardize various width-limited pages to 70em width.
This commit is contained in:
evazion
2019-09-23 17:56:50 -05:00
parent 0a6661d145
commit f4512576a4
16 changed files with 42 additions and 61 deletions

View File

@@ -119,3 +119,7 @@ table tfoot {
font-style: italic;
font-size: 0.8em;
}
.fixed-width-container {
max-width: 70em;
}

View File

@@ -1,5 +0,0 @@
div#c-maintenance-user-login-reminders {
div#a-new {
width: 50em;
}
}

View File

@@ -2,11 +2,10 @@
div#c-static {
div#a-site-map {
width: 80em;
display: flex;
section {
width: 20em;
float: left;
flex: 1;
h1 {
font-size: $h3_size;

View File

@@ -13,8 +13,6 @@ div#c-tags {
}
#tags-container {
max-width: 70em;
div.header {
margin: 0;
display: grid;

View File

@@ -1,8 +1,6 @@
@import "../base/000_vars.scss";
div#c-static div#a-terms-of-service {
width: 40em;
h1 {
font-size: $h2_size;
}

View File

@@ -6,9 +6,4 @@ div#c-user-feedbacks, div#c-moderator-dashboards div#col2 {
.feedback-category-negative {
background: var(--error-background-color);
}
#negative-policy {
max-width: 50em;
margin-bottom: 1em;
}
}

View File

@@ -1,8 +1,5 @@
div#c-user-upgrades {
div#a-new {
max-width: 40em;
font-size: 1.2em;
form.stripe {
display: inline;
}

View File

@@ -54,13 +54,4 @@ div#c-users {
color: var(--text-color);
}
}
div#a-new {
max-width: 60em;
p {
font-size: 1.2em;
line-height: 1.4em;
}
}
}