diff options
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; + } +} |
