diff --git a/css/style.css b/css/style.css index 5264068..faf3682 100644 --- a/css/style.css +++ b/css/style.css @@ -161,6 +161,7 @@ header .scrolldown a:hover { color: #50162D; } display: inline-block; height: 45px; width: 45px; + margin-left: 30px; background: url("../images/d-white.png") no-repeat left center; background-size: 40px 40px; opacity: 0.7; @@ -204,6 +205,13 @@ header .scrolldown a:hover { color: #50162D; } #nav-links{ text-align: center; flex-grow: 2; + padding: 0 5%; + +} + +#nav { + display: flex; + justify-content: space-between; } ul#nav { @@ -254,9 +262,9 @@ ul#logo-right li { #user-logo { display: inline-block; height: 45px; - width: 45px; + width: 40px; background: url("../images/user.png") no-repeat center center; - background-size: 40px; + background-size: 25px; opacity: 0.7; } @@ -779,6 +787,7 @@ footer #footer-logo { width: 15%; background: url("../images/d-white.png") no-repeat left center; background-size: 40px 40px; + margin-left: 30px; opacity: 0.7; display: inline-block; } @@ -806,6 +815,7 @@ footer ul.footer-links { footer ul.footer-icons { display: flex; justify-content: end; + margin-right: 30px; align-items: center; } diff --git a/images/user.png b/images/user.png index c87c9e0..a6d4fc3 100644 Binary files a/images/user.png and b/images/user.png differ