Skip to content

Commit 6376022

Browse files
committed
fix(homepage): minor copy changes & layout improvements on mobile
1 parent f94d328 commit 6376022

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

public/css/app.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1389,6 +1389,15 @@ select {
13891389
.h-\[300px\] {
13901390
height: 300px;
13911391
}
1392+
.h-\[3250px\] {
1393+
height: 3250px;
1394+
}
1395+
.h-\[250px\] {
1396+
height: 250px;
1397+
}
1398+
.h-\[200px\] {
1399+
height: 200px;
1400+
}
13921401
.min-h-screen {
13931402
min-height: 100vh;
13941403
}
@@ -2156,6 +2165,10 @@ select {
21562165
display: none;
21572166
}
21582167

2168+
.md\:h-\[350px\] {
2169+
height: 350px;
2170+
}
2171+
21592172
.md\:grid-cols-3 {
21602173
grid-template-columns: repeat(3, minmax(0, 1fr));
21612174
}

resources/views/welcome.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</div>
1818

1919
{{-- MAP --}}
20-
<div class="perspective-800 h-[300px] overflow-hidden relative">
20+
<div class="perspective-800 h-[200px] md:h-[350px] overflow-hidden relative">
2121
<img src="{{ asset('/images/map.png') }}" class="w-full transform rotate-x-45 drop-shadow-xl mx-auto opacity-20 absolute left-0 -top-[20vw]">
2222

2323
<img src="/api/v3/font-awesome/v6/pin?text=A1&background=CE86F5&size=50" class="absolute left-1/4 top-2/3" alt="Stop #1 Icon" />
@@ -116,7 +116,7 @@
116116
The Tafel supports 1.6 to 2 million people in need of food throughout the country of Germany – nearly one third of them are children and youth.
117117
</p>
118118
<p>
119-
The Tafel leverages MapMarker.io as part of their digitization efforts to simplify the coordination across teams running food collection amd distibution routes.
119+
The Tafel leverages MapMarker.io as part of their digitization efforts to simplify the coordination across teams running food collection and distibution routes.
120120
</p>
121121
</div>
122122

0 commit comments

Comments
 (0)