Footer fix
This commit is contained in:
parent
c3b28c2d56
commit
31217579ec
1 changed files with 7 additions and 0 deletions
|
@ -10,6 +10,12 @@
|
||||||
body {
|
body {
|
||||||
font-family: 'Courier New', Courier, monospace;
|
font-family: 'Courier New', Courier, monospace;
|
||||||
background-color: rgb(36, 41, 46);
|
background-color: rgb(36, 41, 46);
|
||||||
|
|
||||||
|
/* Footer Fix */
|
||||||
|
min-height: 100vh;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
body.light-mode {
|
body.light-mode {
|
||||||
background-color: #eeeeee;
|
background-color: #eeeeee;
|
||||||
|
@ -394,6 +400,7 @@ body.light-mode .skills-container h1 {
|
||||||
/* contact Section */
|
/* contact Section */
|
||||||
.contact-container {
|
.contact-container {
|
||||||
margin-top: 6rem;
|
margin-top: 6rem;
|
||||||
|
margin-bottom: 3rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue