Skip to content
Snippets Groups Projects
Commit f219c449 authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Suchleiste verdeckt jetzt korrekt die Ränder der Ergebnisboxen.

Die mobile Ansicht ist jetzt wieder komplett flüssig
parent 2d48f182
No related branches found
No related tags found
3 merge requests!1262WIP: Resolve "Spendenseite Texte anpassen",!1207WIP: Resolve "Rechtschreibfehler",!1198Meta ger redesign
......@@ -8,7 +8,8 @@ Homestead.yaml
.orig
.vscode
langfiles.zip
# The Files created by Gulp in the build process
# The Files created by webpack in the build process
/public/mix-manifest.json
/public/build
/public/js/lib.js
/public/js/scriptStartPage.js
......
{
"/css/themes/default.css": "/css/themes/default.css?id=6098eddf62bab5891cb8",
"/css/beitritt.css": "/css/beitritt.css?id=c595bec46361326dfbf2",
"/css/utility.css": "/css/utility.css?id=85c3493ababe7e660284",
"/js/lib.js": "/js/lib.js?id=18f3b7492c527b15f2e1",
"/js/scriptStartPage.js": "/js/scriptStartPage.js?id=7c1289bf78f8169b2145",
"/js/scriptResultPage.js": "/js/scriptResultPage.js?id=c503c31a8854b5ffdd82",
"/js/searchbar.js": "/js/searchbar.js?id=4c39a2b171ae1f1ba681",
"/js/utility.js": "/js/utility.js?id=13366a4c704a4fef198b"
}
\ No newline at end of file
......@@ -279,13 +279,14 @@ div:hover>.searchbar-tooltip {
}
header {
margin-left: 50px;
padding-left: 50px;
padding-top: 10px;
padding: 10px 10px 0px 50px;
display: flex;
flex-direction: column;
position: fixed;
z-index: 100;
max-width: 700px;
max-width: 760px;
width: 100%;
background-color: inherit;
@media (max-width: 1070px) {
......
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