updated logo

This commit is contained in:
Samuel Philipp 2021-04-10 01:09:45 +02:00
parent 3aadfeeaf9
commit 26ec1ab421
Signed by untrusted user: samuel-p
GPG key ID: 2AD495D17760CB4E
7 changed files with 15 additions and 10 deletions

View file

@ -54,11 +54,13 @@ a {
.logo {
display: block;
margin: 0 auto;
max-width: 256px;
max-height: 256px;
background-color: #fff;
border-radius: 50%;
border: 2px solid #000;
max-width: 128px;
max-height: 128px;
transition: transform .5s ease-in-out;
&:hover {
transform: rotate(360deg);
}
}
.nav {
@ -265,8 +267,8 @@ pre {
@media (max-width: 767.98px) {
.logo {
max-width: 128px;
max-height: 128px;
max-width: 64px;
max-height: 64px;
}
.fa-4x {
font-size: 2em;