File tree 4 files changed +3
-12
lines changed
4 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 1
- < section id =" {{include.title | downcase | remove: ' ' }} " >
1
+ < section >
2
2
< h2 > {{include.title}}</ h2 >
3
3
< div class ="card rounded shadow " style ="height: 400px; ">
4
4
< img srcset ="{{include.image375}} 375w,
Original file line number Diff line number Diff line change 14
14
</ div >
15
15
</ div >
16
16
</ 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 >
20
17
</ header >
Original file line number Diff line number Diff line change 2
2
body {
3
3
height : 100% ;
4
4
width : 100% ;
5
- scroll-behavior : smooth ;
6
5
}
7
6
8
7
body {
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ header {
8
8
background-repeat : no-repeat ;
9
9
background-size : auto ;
10
10
background-image : url (" ../img/header/header-960.jpg" );
11
- @media (min-width : 961px ), ( min-height : 635 px ) {
11
+ @media (min-width : 961px ) {
12
12
background-image : url (" ../img/header/header-1920.jpg" );
13
13
background-size : cover ;
14
14
background-position-y : -40px ;
15
15
}
16
- @media (min-width : 1921px ), ( min-height : 1268 px ) {
16
+ @media (min-width : 1921px ) {
17
17
background-image : url (" ../img/header/header-3840.jpg" );
18
18
background-size : cover ;
19
19
background-position-y : -60px ;
@@ -73,9 +73,4 @@ header {
73
73
}
74
74
}
75
75
}
76
- #header-scroll-button {
77
- margin : auto ;
78
- position : absolute ;
79
- top : 85% ;
80
- }
81
76
}
You can’t perform that action at this time.
0 commit comments