diff --git a/public/css/header.css b/public/css/header.css index c10b70f..83b7b85 100644 --- a/public/css/header.css +++ b/public/css/header.css @@ -5,7 +5,11 @@ header { background-color: #7d7d7d; color: #ffffff; height: 3em; - padding-top: 10px; + padding-top: 5px; + padding-bottom: 5px; + display: grid; + grid-gap: 5%; + grid-template-columns: 25% 40% 25%; } .title { @@ -15,4 +19,13 @@ header { align-items: center; font-size: 2em; vertical-align: central; -} \ No newline at end of file +} + +.build { + display: flex; + justify-content: center; + align-items: flex-end; + font-size: 1em; + padding-right: 10px; + flex-direction: column; +} diff --git a/public/index.html b/public/index.html index b30a019..49ec055 100644 --- a/public/index.html +++ b/public/index.html @@ -16,7 +16,9 @@