Skip to content
Snippets Groups Projects
Commit 8f3fd46f authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Breakpoints für die Styles wieder korrigiert.

* Abstände auf der Startseite korrigiert
* Navigationsleiste auf der Startseite korrigiert
* Abstände auf der Ergebnisseite korrigiert
* Absände auf der mobilen Ergebnisseite korrigiert
parent 5ffda0a4
No related branches found
No related tags found
2 merge requests!619Development,!581Breakpoints für die Styles wieder korrigiert.
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -26,4 +26,4 @@ summary {
.aufruf-winter .aufruf-action-btn:hover {
background-color: #BD0D0D !important;
border-color: #953535;
}
\ No newline at end of file
}
......@@ -550,4 +550,11 @@ footer a {
.product img {
max-width: 100px;
}
\ No newline at end of file
}
@media(max-width: @screen-xs-max) {
.resultContainer {
padding-left: 0;
padding-right: 0;
}
}
......@@ -19,8 +19,11 @@
@font-size-base: 14px;
@screen-md: 1200px;
@container-desktop: (1100px + @grid-gutter-width);
@screen-md: 992px;
@container-desktop: (920px + @grid-gutter-width);
@screen-lg: 1500px;
@container-large-desktop: (1400px + @grid-gutter-width);
\ No newline at end of file
@screen-lg: 1440px;
@container-large-desktop: (1370px + @grid-gutter-width);
//** Point at which the navbar becomes uncollapsed.
@grid-float-breakpoint: 805px;
\ No newline at end of file
......@@ -226,7 +226,7 @@
<section id="moreInformation" class="hidden-xs">
<h1 class="hidden">{{ trans('index.sponsors.head.1') }}</h1>
<div class="row">
<div id="sponsors" class="col-md-6 col-sm12">
<div id="sponsors" class="col-sm-6">
<h2>{{ trans('index.sponsors.head.2') }}</h2>
<ul class="startpage">
<li>
......@@ -240,7 +240,7 @@
</li>
</ul>
</div>
<div class="col-md-6 col-sm-12">
<div class="col-sm-6">
<h2>
<a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "about") }}">{{ trans('index.about.title') }}</a>
</h2>
......
......@@ -33,7 +33,7 @@
<body>
<header>
<nav class="navbar navbar-default">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse" aria-expanded="false">
......
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