diff options
| author | polo <ordipolo@gmx.fr> | 2026-06-03 21:42:46 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2026-06-03 21:42:46 +0200 |
| commit | 34c4d0d0c37c7f640a1a6373bba30ebe1129d6c4 (patch) | |
| tree | 5852421a6282dc95d2413dee34694691a53bd25a /public/css/maintenance.css | |
| parent | a3f64de3eaaf1d9acbc82f7dfdf34a239411c0ba (diff) | |
| download | cms-34c4d0d0c37c7f640a1a6373bba30ebe1129d6c4.tar.gz cms-34c4d0d0c37c7f640a1a6373bba30ebe1129d6c4.tar.bz2 cms-34c4d0d0c37c7f640a1a6373bba30ebe1129d6c4.zip | |
téléchargement des fichiers media, un tout petit peu de responsive design
Diffstat (limited to 'public/css/maintenance.css')
| -rw-r--r-- | public/css/maintenance.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/css/maintenance.css b/public/css/maintenance.css index 9b6f525..4a0dbb0 100644 --- a/public/css/maintenance.css +++ b/public/css/maintenance.css | |||
| @@ -27,4 +27,12 @@ | |||
| 27 | border-radius: 4px; | 27 | border-radius: 4px; |
| 28 | background-color: white; | 28 | background-color: white; |
| 29 | border: lightgrey 2px outset; | 29 | border: lightgrey 2px outset; |
| 30 | } | ||
| 31 | |||
| 32 | @media screen and (max-width: 480px) | ||
| 33 | { | ||
| 34 | .maintenance select | ||
| 35 | { | ||
| 36 | font-size: 86%; | ||
| 37 | } | ||
| 30 | } \ No newline at end of file | 38 | } \ No newline at end of file |
