diff options
author | Feuerfuchs <git@feuerfuchs.dev> | 2019-06-25 17:39:30 +0200 |
---|---|---|
committer | Feuerfuchs <git@feuerfuchs.dev> | 2019-06-25 17:39:30 +0200 |
commit | 7235f8bf51aee5a72de9b21a093d3b55bce7afc9 (patch) | |
tree | af5d327f0fdba50e4c84b56f1193110fac55dcc0 /css | |
parent | Minor design improvements (diff) | |
download | gopherproxy-7235f8bf51aee5a72de9b21a093d3b55bce7afc9.tar.gz gopherproxy-7235f8bf51aee5a72de9b21a093d3b55bce7afc9.tar.bz2 gopherproxy-7235f8bf51aee5a72de9b21a093d3b55bce7afc9.zip |
Wrap content on smaller screens
Diffstat (limited to 'css')
-rw-r--r-- | css/main.scss | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/css/main.scss b/css/main.scss index 72500d2..418f483 100644 --- a/css/main.scss +++ b/css/main.scss | |||
@@ -182,12 +182,15 @@ strong { | |||
182 | 182 | ||
183 | .content { | 183 | .content { |
184 | display: inline-block; | 184 | display: inline-block; |
185 | min-width: 50em; | 185 | //min-width: 50em; |
186 | min-width: 5ch + 80; | 186 | //min-width: 5ch + 80; |
187 | min-width: 0; | ||
188 | max-width: 100%; | ||
187 | margin: 0; | 189 | margin: 0; |
188 | padding: 2em 1em; | 190 | padding: 2em 1em; |
189 | text-align: left; | 191 | text-align: left; |
190 | font: inherit; | 192 | font: inherit; |
193 | white-space: pre-wrap; | ||
191 | } | 194 | } |
192 | 195 | ||
193 | // | 196 | // |