diff options
| author | Yuval Adam <_@yuv.al> | 2019-12-17 14:27:17 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2019-12-17 14:27:17 +0200 |
| commit | 4a322d3faa8b64dcca93849a5f7ebe7970ddd43e (patch) | |
| tree | 42b9536f865546f5b8fed65bf0098da13b13ead5 /src/Geshem.css | |
| parent | bbed70b0f4415ef337de391e21805a0d3ecab635 (diff) | |
Info WIPinfo
Diffstat (limited to 'src/Geshem.css')
| -rw-r--r-- | src/Geshem.css | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/src/Geshem.css b/src/Geshem.css index 87b22cf..3a0de94 100644 --- a/src/Geshem.css +++ b/src/Geshem.css @@ -25,10 +25,18 @@ position: fixed; top: 50%; left: 50%; - /* bring your own prefixes */ transform: translate(-50%, -50%); - padding: 30px; + padding: 15px 30px; background: #777; + max-height: 40vh; + overflow-y: scroll; +} + +@media only screen and (max-device-width: 812px) { + #info-modal { + padding: 0px 12px; + width: 70vw; + } } #info-eng { @@ -63,3 +71,8 @@ margin-left: 8vw; } } + +a, +a:visited { + color: #79b0d4; +} |
