Adjust icon sizing and minor style changes
Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
parent
7debbe4860
commit
42bfe8fe85
BIN
static/images/nav/home_icon-25.png
Normal file
BIN
static/images/nav/home_icon-25.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 859 B |
@ -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 */
|
||||
|
@ -300,7 +300,7 @@ footer {
|
||||
color: var(--second-text-color);
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
bottom: -1px;
|
||||
left: 0;
|
||||
}
|
||||
footer a {
|
||||
|
Reference in New Issue
Block a user