diff options
| author | Horus3 | 2016-10-22 12:20:46 +0200 |
|---|---|---|
| committer | Horus3 | 2016-10-22 12:20:46 +0200 |
| commit | 6c577a65339ac597ac622fb839393f931562cf8e (patch) | |
| tree | 04d56b6a7f3e0783d391e614d2c09e813dc2919f /static | |
| parent | c15893f16dcc694db3b064a77272d9c0da9be2c1 (diff) | |
| download | iamfabulous.de-6c577a65339ac597ac622fb839393f931562cf8e.tar.gz | |
Fix the projects page, improves the piwik script, concats the assets with gulp and styles the 404 template.
Diffstat (limited to 'static')
| -rw-r--r-- | static/custom.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/static/custom.css b/static/custom.css index 3c513ca..57fde38 100644 --- a/static/custom.css +++ b/static/custom.css @@ -88,3 +88,16 @@ a:hover { .margin-top { margin-top: 20px; } +.margin-top-small { + margin-top: 10px; +} + +/* Für projects/, damit der Text nicht überlappt, aber nah beieinander steht. */ +@media (min-width: 755px) { + .text-right { + text-align: right; + } + .text-left{ + text-align: left; + } +} |
