Skip to content

Commit 8cf6797

Browse files
committed
Revert "Merge pull request #17 from TechAachen/v2.1"
This reverts commit 200ea44, reversing changes made to 2625b5e.
1 parent 200ea44 commit 8cf6797

File tree

4 files changed

+3
-12
lines changed

4 files changed

+3
-12
lines changed

_includes/card.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section id="{{include.title | downcase | remove: ' ' }}">
1+
<section>
22
<h2>{{include.title}}</h2>
33
<div class="card rounded shadow" style="height: 400px;">
44
<img srcset="{{include.image375}} 375w,

_includes/header.html

-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,4 @@
1414
</div>
1515
</div>
1616
</div>
17-
<div id="header-scroll-button" class="w-100 text-center">
18-
<a href="#unseremission" class="btn btn-primary btn-xl page-scroll">Mehr erfahren</a>
19-
</div>
2017
</header>

_sass/_base.scss

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ html,
22
body {
33
height: 100%;
44
width: 100%;
5-
scroll-behavior: smooth;
65
}
76

87
body {

_sass/_header.scss

+2-7
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ header {
88
background-repeat: no-repeat;
99
background-size: auto;
1010
background-image: url("../img/header/header-960.jpg");
11-
@media (min-width: 961px), (min-height: 635px) {
11+
@media (min-width: 961px) {
1212
background-image: url("../img/header/header-1920.jpg");
1313
background-size: cover;
1414
background-position-y: -40px;
1515
}
16-
@media (min-width: 1921px), (min-height: 1268px) {
16+
@media (min-width: 1921px) {
1717
background-image: url("../img/header/header-3840.jpg");
1818
background-size: cover;
1919
background-position-y: -60px;
@@ -73,9 +73,4 @@ header {
7373
}
7474
}
7575
}
76-
#header-scroll-button {
77-
margin: auto;
78-
position: absolute;
79-
top: 85%;
80-
}
8176
}

0 commit comments

Comments
 (0)