diff options
author | Feuerfuchs <git@feuerfuchs.dev> | 2019-11-15 12:35:27 +0100 |
---|---|---|
committer | Feuerfuchs <git@feuerfuchs.dev> | 2019-11-15 12:35:27 +0100 |
commit | b89f1c83762b266be78f34a70f0cd373b80507eb (patch) | |
tree | 52ef0cd1dc5321f62e3c1432f40711bff5acde9b /css | |
parent | Keep overline in fonts (diff) | |
download | gopherproxy-b89f1c83762b266be78f34a70f0cd373b80507eb.tar.gz gopherproxy-b89f1c83762b266be78f34a70f0cd373b80507eb.tar.bz2 gopherproxy-b89f1c83762b266be78f34a70f0cd373b80507eb.zip |
Limit content with to 100ch
Diffstat (limited to 'css')
-rw-r--r-- | css/main.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/css/main.scss b/css/main.scss index 4cf5285..be9dbea 100644 --- a/css/main.scss +++ b/css/main.scss | |||
@@ -186,6 +186,9 @@ strong { | |||
186 | // Site content classes | 186 | // Site content classes |
187 | 187 | ||
188 | .wrap { | 188 | .wrap { |
189 | max-width: 50em; | ||
190 | max-width: 100ch; | ||
191 | margin: 0 auto; | ||
189 | padding: 2em 1em; | 192 | padding: 2em 1em; |
190 | text-align: center; | 193 | text-align: center; |
191 | } | 194 | } |