SEO hinzugefügt

This commit is contained in:
silas
2018-10-18 13:57:12 +02:00
parent 93d0207b2f
commit ba15d37d2a
7 changed files with 19 additions and 6 deletions

View File

@@ -94,6 +94,11 @@ body {
background-color: #9d9d9d !important;
}
}
#logo{
border: 1px solid grey;
border-radius: 50%;
}
}
label{
font-size: 1em !important;

View File

@@ -7,6 +7,11 @@ nav.top-bar.title-bar {
padding: 0.3rem 0.6rem 0;
}
#logo {
max-width: 2rem;
transition: none;
}
#action-bar .top-bar-right .menu .action.img a {
padding-bottom: 0;
img {
@@ -367,4 +372,4 @@ div.mainContainer{
#share-button svg{
cursor: pointer;
max-width: 1.5rem;
}
}