Adjust icon sizing and minor style changes

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface 2023-01-22 21:06:32 +00:00
parent 7debbe4860
commit 42bfe8fe85
4 changed files with 9 additions and 9 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 859 B

View File

@ -238,7 +238,7 @@ caption{
/* Footer: */
#footer {
position: fixed;
bottom: 0;
bottom: -1px;
left: 0;
width: 100%;
height: 40px;
@ -246,26 +246,26 @@ caption{
}
#footer img {
height: 35px;
height: 25px;
}
#nre_logo {
position: absolute;
left: 3px;
top: 1px;
left: 15px;
top: 6px;
}
#owlboard_logo {
position: absolute;
right: 40px;
top: 3px;
right: 60px;
top: 8px;
}
#home_icon {
position: absolute;
width: 10px;
right: 30px;
top: 2px;
right: 40px;
top: 8px;
}
/* Animations */

View File

@ -300,7 +300,7 @@ footer {
color: var(--second-text-color);
width: 100%;
position: fixed;
bottom: 0;
bottom: -1px;
left: 0;
}
footer a {