diff --git a/assets/css/style.css b/assets/css/style.css index 11504ba..17c315c 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -309,6 +309,25 @@ p:last-child { color: var(--color-accent); } +.navbar__logo { + height: 40px; + width: auto; + border-radius: 4px; +} + +.footer__logo { + height: 30px; + width: auto; + border-radius: 4px; + vertical-align: middle; + margin-right: 4px; +} + +.contact__grid--centered { + display: flex; + justify-content: center; +} + .navbar__brand strong { font-weight: 800; } diff --git a/assets/img/logo.jpg b/assets/img/logo.jpg new file mode 100644 index 0000000..47e1f65 Binary files /dev/null and b/assets/img/logo.jpg differ diff --git a/includes/config.php b/includes/config.php index 1f5696d..223aa58 100644 --- a/includes/config.php +++ b/includes/config.php @@ -1,22 +1,22 @@ diff --git a/includes/header.php b/includes/header.php index ed468b4..c9b15d2 100644 --- a/includes/header.php +++ b/includes/header.php @@ -23,7 +23,7 @@