Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
IMDANIELAUSTIN authored Dec 18, 2024
1 parent 3efef23 commit 6ea1726
Showing 1 changed file with 20 additions and 15 deletions.
35 changes: 20 additions & 15 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2124,13 +2124,14 @@ button:active {
position: static ;
font-size: 10pt;
padding: 8px;
max-width: 100;
max-width: 100vh;
margin: auto;
}

.footer a {
position: static ;
margin: 0 5px;
max-width: 100;
max-width: 100vh;
}
main {
display: block;
Expand Down Expand Up @@ -2736,6 +2737,7 @@ object-fit: cover;
padding: 8px;
background-color: #ffffff;
font-size: 12px;
margin: auto;
}

.footer a {
Expand Down Expand Up @@ -3860,12 +3862,13 @@ button:active {
overflow-y: auto;
}
.footer {
position: static ;
text-align: center;
padding: 8px;
background-color: #ffffff;
font-size: 12px;
}
position: static;
text-align: center;
padding: 8px;
background-color: #ffffff;
font-size: 12px;

}

.footer a {
color: #1e1e1e;
Expand Down Expand Up @@ -4257,14 +4260,16 @@ background-color: inherit;
overflow-y: auto;
}
.footer {
position: static ;
font-size: 10pt;
padding: 8px;
max-width: 100;
}
position: static;
font-size: 10pt;
padding: 8px;
max-width: 100vh;
margin: auto;

}

.footer a {
position: static ;
margin: 0 5px;
max-width: 100;
margin: auto;
max-width: 100vh;
}

0 comments on commit 6ea1726

Please sign in to comment.