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: */
|
||||||
#footer {
|
#footer {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: -1px;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
@ -246,26 +246,26 @@ caption{
|
|||||||
}
|
}
|
||||||
|
|
||||||
#footer img {
|
#footer img {
|
||||||
height: 35px;
|
height: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nre_logo {
|
#nre_logo {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 3px;
|
left: 15px;
|
||||||
top: 1px;
|
top: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#owlboard_logo {
|
#owlboard_logo {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 40px;
|
right: 60px;
|
||||||
top: 3px;
|
top: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#home_icon {
|
#home_icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
right: 30px;
|
right: 40px;
|
||||||
top: 2px;
|
top: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Animations */
|
/* Animations */
|
||||||
|
@ -300,7 +300,7 @@ footer {
|
|||||||
color: var(--second-text-color);
|
color: var(--second-text-color);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: -1px;
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
footer a {
|
footer a {
|
||||||
|
Reference in New Issue
Block a user