Skip to content
Snippets Groups Projects
Commit e69895da authored by Michael Haidner's avatar Michael Haidner
Browse files

CSS geändert, damit Logo auf mobilen Geräten kleiner gezeichnet wird

parent 0ac04503
No related branches found
No related tags found
1 merge request!235648_FIT-Connect_in_horizontalem_Menue(planning#648)
......@@ -48,6 +48,12 @@ module.exports = {
height: 30,
},
items: [
{
type: 'html',
value: `<a href="/"><img src="${baseUrl}icons/chevron-left.svg" alt="Zurück" /></a>`,
position: 'left',
className: 'fitko-navbar-icon--back',
},
{
type: 'html',
value: `<a href="/"><img src="${baseUrl}icons/chevron-left.svg" alt="Zurück" /></a>`,
......
......@@ -111,7 +111,6 @@ img {
display: none !important;
}
@media (min-width: 997px) {
.navbar__items--right [class^="searchBox"] {
position: right;
......@@ -119,3 +118,13 @@ img {
}
}
@media (max-width:444px) {
.navbar__logo {
display: inline !important;
text-align: left;
height: 28px;
margin-left: -60px;
margin-right: 0px;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment