Skip to content

Commit 25e1c16

Browse files
author
Gustav Pursche
committed
Add new graphic
1 parent 2a55da6 commit 25e1c16

File tree

6 files changed

+44
-25
lines changed

6 files changed

+44
-25
lines changed

less/isl.less

Lines changed: 39 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
.isl {
2+
margin-top: 2rem;
23

34
p {
45
margin: 0;
56
}
67

78
&_text {
89
bottom: 0;
10+
font-family: @base-font-sans;
11+
font-size: 1.4rem;
912
left: 50%;
1013
position: absolute;
1114
transform: translate( -50%, 0 );
@@ -26,6 +29,8 @@
2629
}
2730

2831
.richtext_subheadline {
32+
font-size: 1.8rem;
33+
margin-bottom: 1rem;
2934
margin-top: 0;
3035
}
3136
}
@@ -59,40 +64,40 @@
5964
&_cow {
6065
bottom: -12px;
6166
height: auto;
62-
left: -25rem;
63-
width: 9rem;
67+
left: -27rem;
68+
width: 10rem;
6469
}
6570

6671
&_well {
67-
bottom: -9px;
72+
bottom: -10px;
6873
height: auto;
6974
left: -14rem;
70-
width: 8rem;
75+
width: 9rem;
7176
}
7277

7378
&_tower {
7479
height: auto;
75-
right: -26rem;
76-
bottom: -23.2rem;
77-
width: 23rem;
80+
right: -28rem;
81+
bottom: -26.6rem;
82+
width: 27rem;
7883
}
7984
}
8085

8186
@media screen and ( max-width: 1400px ) {
8287
.isl {
8388
&_tower {
84-
bottom: -18.2rem;
85-
right: -16rem;
86-
width: 18rem;
89+
bottom: -19.75rem;
90+
right: -17rem;
91+
width: 20rem;
8792
}
8893

8994
&_cow {
90-
left: -19rem;
95+
left: -16rem;
9196
width: 8rem;
9297
}
9398

9499
&_well {
95-
left: -9rem;
100+
left: -5rem;
96101
width: 7rem;
97102
}
98103

@@ -115,12 +120,12 @@
115120
}
116121

117122
&_cow {
118-
left: -16rem;
123+
left: -14rem;
119124
width: 7rem;
120125
}
121126

122127
&_well {
123-
left: -7rem;
128+
left: -5rem;
124129
width: 6rem;
125130
}
126131

@@ -132,9 +137,13 @@
132137
min-height: 335px;
133138
}
134139

140+
&_text {
141+
font-size: 1.2rem;
142+
}
143+
135144
&_sky-text {
136145
padding-bottom: 3rem;
137-
padding-left: 1rem;
146+
padding-left: 3rem;
138147
padding-right: 4rem;
139148
}
140149

@@ -147,13 +156,17 @@
147156
@media screen and ( max-width: 950px ) {
148157
.isl {
149158
&_tower {
150-
bottom: -12.3rem;
151-
right: -11rem;
152-
width: 12rem;
159+
bottom: -13rem;
160+
right: -11.5rem;
161+
width: 13rem;
162+
}
163+
164+
&_well {
165+
left: -4rem;
153166
}
154167

155168
&_cow {
156-
left: -14.5rem;
169+
left: -12.5rem;
157170
}
158171

159172
&_sky-text {
@@ -177,6 +190,10 @@
177190
left: -6rem;
178191
}
179192

193+
&_sky-text {
194+
padding-bottom: 1rem;
195+
}
196+
180197
&_earth-text {
181198
top: 4rem;
182199
}
@@ -227,6 +244,7 @@
227244

228245
@media screen and ( max-width: 730px ) {
229246
.isl {
247+
margin-top: 0;
230248
margin-bottom: -1rem;
231249

232250
&_earth,
@@ -242,7 +260,8 @@
242260
}
243261

244262
&_text {
245-
font-size: 1.1rem;
263+
font-family: @base-font;
264+
font-size: 1.2rem;
246265
margin-left: 0;
247266
padding: 0 1.5rem;
248267
position: static;

resources/icon/cow.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)