CSS fix plus logo 2x

This commit is contained in:
Phil Howard 2020-08-20 01:00:02 +01:00
parent e69d7d6201
commit bacc6210cb
3 changed files with 5 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 280 B

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -74,7 +74,7 @@ table {
a {color:$color-dark;line-height:22px;}
img {float:left;margin:0px 5px 0px 0px;}
img {float:left;margin:0px 5px 0px 0px;width:45px;}
a:hover span, a:hover, a:hover span.out {
color:$color-dark;
@ -470,7 +470,7 @@ nav {
height:16px;
background:#002B36;
position:absolute;
right:2px;
right:4px;
top:2px;
&:after {

View File

@ -53,7 +53,8 @@ table {
line-height: 22px; }
.logo img {
float: left;
margin: 0px 5px 0px 0px; }
margin: 0px 5px 0px 0px;
width: 45px; }
.logo a:hover span, .logo a:hover, .logo a:hover span.out {
color: #073642; }
@ -362,7 +363,7 @@ nav {
height: 16px;
background: #002B36;
position: absolute;
right: 2px;
right: 4px;
top: 2px; }
#gpio .pin:after {
content: '';