minor adjustments

This commit is contained in:
antil0pa 2019-10-30 21:38:06 +01:00
parent d5bcfc871f
commit 10793503e5
2 changed files with 12 additions and 2 deletions

View File

@ -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;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB