Extra Logo für Desktop / Anpassung des Contents

This commit is contained in:
Edwina Barbalan 2019-07-19 17:01:07 +02:00
parent b7e3737a70
commit 1fe9f22109
5 changed files with 5 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

View File

@ -97,7 +97,8 @@
<div id="api">
<div class="om-header-container">
<div class="om-header">
<a class="logo-img" href="index.html"><img src="img/app_icon.png" width=45px height=45px></a>
<a class="logo-img is-hidden-desktop" href="index.html"><img src="img/app_icon.png" width=45px height=45px></a>
<a class="logo-img is-hidden-touch" href="index.html"><img src="img/app_icon_desk.png" width=100px height=100px></a>
<form class="om-searchbar" @submit.prevent="search()">
<b-field>
<b-autocomplete v-model="searchtext" @keydown.native.enter="search" :data="filteredDataArray" placeholder="suche..." icon="magnify" @select="option => selected = option">

View File

@ -4144,7 +4144,7 @@ a.list-item {
width: 230px;
height: 100%;
margin-left: -22px;
margin-top: 12px;
margin-top: -27px;
padding-top: 20px;
position: fixed;
text-align: left;

View File

@ -25,7 +25,7 @@
}
.om-content {
margin: 10px;
margin-top: 40px;
margin-top: 80px;
margin-bottom: 80px;
width: auto;
overflow: hidden;

View File

@ -32,7 +32,7 @@
//content
.om-content{
margin: 10px;
margin-top: 40px;
margin-top: 80px;
margin-bottom: 80px;
width: auto;
overflow: hidden;