From 6c577a65339ac597ac622fb839393f931562cf8e Mon Sep 17 00:00:00 2001 From: Horus3 Date: Sat, 22 Oct 2016 12:20:46 +0200 Subject: Fix the projects page, improves the piwik script, concats the assets with gulp and styles the 404 template. --- static/custom.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'static') 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; + } +} -- cgit v1.2.3