Skip to content

Commit

Permalink
WHY NO WORK
Browse files Browse the repository at this point in the history
  • Loading branch information
odtheking committed Oct 24, 2023
1 parent 1715972 commit af798e9
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ body::before {
footer {
background-color: #333;
color: #fff;
padding: 20px;
padding: 12px;
text-align: center;
position: relative; /* Add relative positioning to the footer */
overflow: hidden; /* Ensure the image won't overflow the footer */
Expand Down Expand Up @@ -307,7 +307,7 @@ footer {
}

.centered-text p {
font-size: 60px;
font-size: 50px;
}

.container
Expand All @@ -318,17 +318,10 @@ footer {
}

.links {
margin-right: 0em;
margin-right: -0.7em;
}

footer {
position:fixed;
left: 0;
bottom: 0;
width: 100%;
padding: 12px;

}


.text {
font-size: 0.9vw; /* Adjust for smaller screens */
Expand Down Expand Up @@ -369,7 +362,7 @@ footer {
}

.rounded-rectangle {
height: 20vw;
height: 40vw; /* was 20 */
width: 38vw;
}

Expand Down

0 comments on commit af798e9

Please sign in to comment.