some styling fixes

This commit is contained in:
2023-07-15 17:34:16 +02:00
parent c861eca9c0
commit 25b61a85de
3 changed files with 22 additions and 12 deletions

View File

@@ -9,12 +9,6 @@
align-items: center; align-items: center;
} }
.footer-center-box {
display: flex;
justify-content: center;
width: 70%;
}
.footer-logo { .footer-logo {
height: 50%; height: 50%;
margin-bottom: 5%; margin-bottom: 5%;
@@ -28,13 +22,22 @@
height: 30vh; height: 30vh;
margin-bottom: -1%; margin-bottom: -1%;
flex-direction: row; flex-direction: row;
justify-content: flex-start;
}
.footer-center-box {
width: 40%;
left: 30%;
display: flex;
position: absolute;
justify-content: center; justify-content: center;
align-items: center;
} }
.footer-logo { .footer-logo {
width: 10%; margin-left: 7%;
height: 90%;
display: inline-block; display: inline-block;
position: relative; margin-bottom: 0;
vertical-align: middle;
} }
} }

View File

@@ -19,7 +19,6 @@ html, body {
body { body {
background-color: rgba(0, 1, 73, 0.7); background-color: rgba(0, 1, 73, 0.7);
/* background-color: rgba(0, 2, 100, 0.5); */
font-family: sans-serif; font-family: sans-serif;
} }
@@ -140,6 +139,12 @@ body {
border-radius: 20px; border-radius: 20px;
} }
@media only screen and (min-width: 550px) and (max-width: 998px) {
.project-logo {
margin-top: 10vh;
width: 50vw;
}
}
@media only screen and (min-width: 999px) { @media only screen and (min-width: 999px) {
/* /*

View File

@@ -11,8 +11,10 @@
} }
#logo { #logo {
height: 70%; margin-left: 5%;
width: 70%; margin-top: 5%;
height: 65%;
width: 65%;
} }
.nav-container:hover .logo-container { .nav-container:hover .logo-container {