styled logo
This commit is contained in:
parent
4a2b88132b
commit
a85ca96bfd
@ -49,3 +49,9 @@ a {text-decoration: none;}
|
|||||||
textarea {
|
textarea {
|
||||||
resize: none;
|
resize: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.logo {
|
||||||
|
border: #202e3f;
|
||||||
|
border-style: solid;
|
||||||
|
|
||||||
|
}
|
||||||
|
|||||||
@ -93,7 +93,7 @@
|
|||||||
href="."
|
href="."
|
||||||
id="siteTitle"
|
id="siteTitle"
|
||||||
class="w3-left-align w3-button w3-padding-large w3-flat-wet-asphalt"
|
class="w3-left-align w3-button w3-padding-large w3-flat-wet-asphalt"
|
||||||
><img src="/logo.png" alt="logo" height="30px"></a
|
><img class="logo" src="/logo.png" alt="logo" height="30px"></a
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user