diff --git a/css/style.css b/css/style.css index 0294fc3..e96a421 100644 --- a/css/style.css +++ b/css/style.css @@ -9,6 +9,13 @@ body { height: 92vh; background-color: #000000; } + +.page-header { + display: block; + width: 100%; + padding: 10px; +} + .single { height: 92vh; }