File tree 2 files changed +25
-1
lines changed
2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 17
17
< h1 > PTSA - Public Transport Stop Analysis for OSM</ h1 >
18
18
< p id ="logo ">
19
19
< span style ="font-size: xx-small; "> provided by</ span > < br />
20
- < a href ="https://www.whz.de "> < img src ="logo_whz.svg " alt ="Logo of Zwickau University of Applied Sciences " style =" height: 45px; padding-top: 3px; " /> </ a >
20
+ < a href ="https://www.whz.de "> < img src ="logo_whz.svg " alt ="Logo of Zwickau University of Applied Sciences " /> </ a >
21
21
< p >
22
22
< p id ="imprint ">
23
23
< a style ="font-weight: bold; " href ="data.html "> Data</ a > |
Original file line number Diff line number Diff line change @@ -20,6 +20,19 @@ header h1 {
20
20
padding-left : 10px ;
21
21
padding-top : 5px ;
22
22
font-size : 30px ;
23
+ width : 70% ;
24
+ }
25
+
26
+ @media (max-width : 70em ) {
27
+ header h1 {
28
+ font-size : 24px ;
29
+ }
30
+ }
31
+
32
+ @media (max-width : 50em ) {
33
+ header h1 {
34
+ font-size : 18px ;
35
+ }
23
36
}
24
37
25
38
# imprint {
@@ -41,6 +54,17 @@ header h1 {
41
54
padding-right : 10px ;
42
55
}
43
56
57
+ # logo img {
58
+ height : 45px ;
59
+ padding-top : 3px ;
60
+ }
61
+
62
+ @media (max-width : 40em ) {
63
+ # logo img {
64
+ height : 30px ;
65
+ }
66
+ }
67
+
44
68
# content {
45
69
overflow : hidden;
46
70
position : absolute;
You can’t perform that action at this time.
0 commit comments