diff options
Diffstat (limited to 'assets/css/blueprint.css')
-rw-r--r-- | assets/css/blueprint.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/css/blueprint.css b/assets/css/blueprint.css index f3e98ee..83ddda8 100644 --- a/assets/css/blueprint.css +++ b/assets/css/blueprint.css @@ -22,13 +22,14 @@ header { /* background-repeat: no-repeat; */ background-repeat: no-repeat; background-size: cover; + margin-bottom: 5rem; } header > p { width: 40%; position: relative; left: 55%; - bottom: -80%; + bottom: -75%; color: white; /* color | offset-x | offset-y | blur-radius */ |