mirror of
https://github.com/DevEhChad/chadsreactproject.git
synced 2025-11-08 21:41:36 +00:00
Better Mobile UI Support
Fixed several issues of the footer not being at the bottom of the page. Also fixed some page body issues.
This commit is contained in:
@@ -1,19 +1,20 @@
|
||||
.footer {
|
||||
width: 100svw;
|
||||
height: 130px;
|
||||
bottom: 0;
|
||||
width: 100vw;
|
||||
min-height: 100%;
|
||||
margin-top: 10px;
|
||||
margin-top: auto;
|
||||
background-color: #121619;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
padding-top: 10px;
|
||||
|
||||
}
|
||||
|
||||
.socialMedia svg, .socialMedia a {
|
||||
color: rgb(255, 0, 0);
|
||||
margin: 20px;
|
||||
font-size: 60px;
|
||||
font-size: 50px;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user