Skip to content

Commit 70726d2

Browse files
committed
fix: remove horizontal scrolling on mobile
1 parent a4febd4 commit 70726d2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Diff for: index.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
class="max-w-50 mt-2"
2121
/>
2222
</header>
23-
<main role="main" id="main" class="flex-1">
23+
<main role="main" id="main" class="flex-1 mx-4 lg:mx-auto">
2424
<section
2525
id="presentation"
26-
class="prose lg:prose-lg prose-neutral lg:container mx-4 lg:mx-auto mb-8"
26+
class="lg:container prose lg:prose-lg prose-neutral mb-8"
2727
>
2828
<h3>Software architecture studio</h3>
2929
<p>
@@ -39,7 +39,7 @@ <h3>Software architecture studio</h3>
3939
</section>
4040
<section
4141
id="workflow"
42-
class="prose lg:prose-lg prose-neutral lg:container mx-4 lg:mx-auto mb-8"
42+
class="lg:container prose lg:prose-lg prose-neutral mb-8"
4343
>
4444
<h3>Worflow</h3>
4545
<p>
@@ -54,7 +54,7 @@ <h3>Worflow</h3>
5454
</section>
5555
<section
5656
id="reachout"
57-
class="prose lg:prose-lg prose-neutral lg:container mx-4 lg:mx-auto mb-12"
57+
class="lg:container prose lg:prose-lg prose-neutral mb-12"
5858
>
5959
<h3>Reach out!</h3>
6060
<p>
@@ -67,7 +67,7 @@ <h3>Reach out!</h3>
6767
</section>
6868
<section
6969
id="about"
70-
class="prose lg:prose-lg prose-neutral lg:container mx-4 lg:mx-auto mb-12"
70+
class="lg:container prose lg:prose-lg prose-neutral mb-12"
7171
>
7272
<h3>About the company</h3>
7373
<img
@@ -92,9 +92,9 @@ <h3>About the company</h3>
9292
<footer role="footer" id="footer" class="bg-black text-gray">
9393
<div
9494
id="page-footer"
95-
class="container pt-12 mx-4 lg:mx-auto grid md:grid-cols-3"
95+
class="container pt-12 lg:mx-auto grid md:grid-cols-3"
9696
>
97-
<section id="contact">
97+
<section id="contact" class="mx-4">
9898
<address class="not-italic">
9999
<h5>Max Ekman</h5>
100100
Software Architect, Owner
@@ -104,7 +104,7 @@ <h5>Max Ekman</h5>
104104
<a href="tel:+46708710504">+46 (0)708-710504</a>
105105
</address>
106106
</section>
107-
<section id="social" class="mt-6 md:mt-0">
107+
<section id="social" class="mx-4 mt-6 md:mt-0">
108108
<a href="https://se.linkedin.com/company/looplab-ab"
109109
>linkedin.com/company/looplab-ab</a
110110
>
@@ -120,7 +120,7 @@ <h5>Max Ekman</h5>
120120
>
121121
<br />
122122
</section>
123-
<section id="address" class="mt-8 md:mt-0">
123+
<section id="address" class="mx-4 mt-8 md:mt-0">
124124
<address class="not-italic">
125125
Looplab AB<br />
126126
Slätvarsgatan 18<br />

0 commit comments

Comments
 (0)