diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/site.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/static/site.css b/static/site.css index 6c79aa9..bf328f5 100644 --- a/static/site.css +++ b/static/site.css | |||
| @@ -55,3 +55,21 @@ li p { | |||
| 55 | .ticker-item::before { | 55 | .ticker-item::before { |
| 56 | content: " ✑ "; | 56 | content: " ✑ "; |
| 57 | } | 57 | } |
| 58 | |||
| 59 | .hero section { | ||
| 60 | padding: 0 5rem; | ||
| 61 | } | ||
| 62 | |||
| 63 | @media screen and (max-width: 768px) { | ||
| 64 | .hero section { | ||
| 65 | padding: 0 2rem; | ||
| 66 | } | ||
| 67 | |||
| 68 | .hero-image { | ||
| 69 | display: none | ||
| 70 | } | ||
| 71 | |||
| 72 | } | ||
| 73 | footer { | ||
| 74 | color: #8b8b8b; | ||
| 75 | } | ||
