diff options
Diffstat (limited to 'public/css')
| -rw-r--r-- | public/css/foot.css | 2 | ||||
| -rw-r--r-- | public/css/maintenance.css | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/public/css/foot.css b/public/css/foot.css index ed65666..8ffb6d7 100644 --- a/public/css/foot.css +++ b/public/css/foot.css | |||
| @@ -177,7 +177,7 @@ footer .data > div | |||
| 177 | position: fixed; | 177 | position: fixed; |
| 178 | z-index: 1; | 178 | z-index: 1; |
| 179 | left: 50%; | 179 | left: 50%; |
| 180 | bottom: 30px; | 180 | bottom: 40px; |
| 181 | transform: translateX(-50%); | 181 | transform: translateX(-50%); |
| 182 | /*opacity: 0;*/ | 182 | /*opacity: 0;*/ |
| 183 | transition: opacity 0.5s, visibility 0.5s; | 183 | transition: opacity 0.5s, visibility 0.5s; |
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 |
