Skip to content

Commit a86a6e6

Browse files
authored
Try fix for mobile
1 parent 0840919 commit a86a6e6

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

index.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
column-gap: 30px;
2020
column-fill: balance;
2121
}
22+
23+
@media screen and (max-width: 600px) {
24+
.main-content {
25+
column-count: 1;
26+
}
27+
}
28+
2229
.page-header-table {
2330
margin-left: auto;
2431
margin-right: auto;
@@ -38,7 +45,7 @@
3845
<table class="page-header-table" border=0 cellpadding="0" cellspacing="0">
3946
<tr>
4047
<td style="border: 0">
41-
<img src="pix/mulle-objc-logo-opaque-160x160.png" width="160" heigth="160">
48+
<img src="pix/mulle-objc-logo-opaque-160x160.png" width="160" height="160">
4249
</td>
4350
<td style="border: 0">
4451
<div style="width: 40px;">&nbsp;</div>
@@ -62,7 +69,7 @@ <h2 class="project-tagline">The mulle-objc Community:<p>#MakeObjCGreatAgain</h2>
6269
<section class="keep-together">
6370
<h2>+[mulle-objc about]</h2>
6471

65-
<p><b><tt>mulle-objc</tt></b> enables you to write in Objective-C on
72+
<b><tt>mulle-objc</tt></b> enables you to write in Objective-C on
6673
various platforms. It consists of the following parts:
6774
<p>
6875
<table>
@@ -106,7 +113,7 @@ <h2 id="mulle-objc-goals">+[mulle-objc goals]</h2>
106113
</ul>
107114
<p>
108115
See <a href="https://mulle-kybernetik.com/mulle-objc">"About mulle-objc"</a> for
109-
more in-depth information and technical background.</blockquote>
116+
more in-depth information and technical background.
110117
<p>
111118
</section>
112119

@@ -125,7 +132,7 @@ <h2>+[mulle-objc install]</h2>
125132
</table>
126133
<p>
127134
See <a href="//github.com/MulleFoundation/foundation-developer">foundation-developer</a>
128-
for installation instructions.</a>
135+
for installation instructions.
129136
<p>
130137
Read the latest <a href="https://www.mulle-kybernetik.com/weblog/2024/mulle_objc_0_23_release.html">release announcement for version 0.23.1</a> for what's new.
131138
</section>
@@ -142,7 +149,7 @@ <h2>+[mulle-objc support]</h2>
142149
Thanks to our Sponsor(s) for supporting the project.
143150
<p>
144151
<table>
145-
<tr><td><a href="https://www.jetbrains.com">Jetbrains</a></td><td><a href="https://www.jetbrains.com"><img src="//raw.githubusercontent.com/mulle-objc/mulle-objc.github.io/master/jb_beam.svg" alt="Jetbrains" width=80 height=80></td></tr>
152+
<tr><td><a href="https://www.jetbrains.com">Jetbrains</a></td><td><a href="https://www.jetbrains.com"><img src="//raw.githubusercontent.com/mulle-objc/mulle-objc.github.io/master/jb_beam.svg" alt="Jetbrains" width=80 height=80></a></td></tr>
146153
</table>
147154
</section>
148155
</section>

0 commit comments

Comments
 (0)