diff options
| author | Alban Gruin | 2021-10-04 12:28:14 +0200 | 
|---|---|---|
| committer | Alban Gruin | 2021-10-04 12:28:14 +0200 | 
| commit | 8cb5040483bd9849d4e6972e608aff7b2ae03dd3 (patch) | |
| tree | 5452a33ae7b9f11e0e1a15d91cdd52fc63dde1da /static | |
| parent | aefadbe1901201ee1db860f067a8ac97ecf23daf (diff) | |
pages: improvements on the module selection
Signed-off-by: Alban Gruin <alban at pa1ch dot fr>
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/style.css | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/static/css/style.css b/static/css/style.css index 2ff6c67..82297f4 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -27,6 +27,10 @@ h1 a {      color: #31363b;  } +select { +    width: 100%; +} +  @media print {      body, article {          max-width: none; | 
