some styling fixes
This commit is contained in:
@@ -9,12 +9,6 @@
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.footer-center-box {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
.footer-logo {
|
||||
height: 50%;
|
||||
margin-bottom: 5%;
|
||||
@@ -28,13 +22,22 @@
|
||||
height: 30vh;
|
||||
margin-bottom: -1%;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.footer-center-box {
|
||||
width: 40%;
|
||||
left: 30%;
|
||||
display: flex;
|
||||
position: absolute;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.footer-logo {
|
||||
width: 10%;
|
||||
margin-left: 7%;
|
||||
height: 90%;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
vertical-align: middle;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,7 +19,6 @@ html, body {
|
||||
|
||||
body {
|
||||
background-color: rgba(0, 1, 73, 0.7);
|
||||
/* background-color: rgba(0, 2, 100, 0.5); */
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
@@ -140,6 +139,12 @@ body {
|
||||
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) {
|
||||
/*
|
||||
|
||||
@@ -11,8 +11,10 @@
|
||||
}
|
||||
|
||||
#logo {
|
||||
height: 70%;
|
||||
width: 70%;
|
||||
margin-left: 5%;
|
||||
margin-top: 5%;
|
||||
height: 65%;
|
||||
width: 65%;
|
||||
}
|
||||
|
||||
.nav-container:hover .logo-container {
|
||||
|
||||
Reference in New Issue
Block a user