Skip to content

Commit 92df84b

Browse files
committed
Fix index responsiveness issue
1 parent b0b0b85 commit 92df84b

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

_pages/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="header-section wf-section">
1212
<div class="hero-block">
1313
<div class="w-layout-grid hero-grid">
14-
<div id="w-node-e8fded91-ea5f-5913-9d80-cd94b50f794d-b2226ec5" class="hero-content-left">
14+
<div class="hero-content-left">
1515
<h1 class="hero-title">{{ site.description }}</h1>
1616
<p class="hero-text">Als Innovationsverbund Öffentliche Gesundheit ermöglichen wir Open Source Innovation für den Öffentlichen Gesundheitssektor.</p>
1717
<br>
@@ -44,10 +44,10 @@ <h1 class="hero-title">{{ site.description }}</h1>
4444
<div class="section wf-section">
4545
<div class="smart-insurance-bg"></div>
4646
<div class="block-content">
47-
<div class="w-layout-grid grid-4">
47+
<div class="w-layout-grid hero-grid">
4848
<!-- Aus #WirVsVirus wird #WirVsBleistift start -->
49-
<img src="/assets/images/remote_sw.png" id="w-node-_7d3d96de-d751-184d-986c-30eed7fa31dd-b2226ec5" alt="" class="smart-image">
50-
<div id="w-node-index" class="content-right">
49+
<img src="/assets/images/remote_sw.png" alt="" class="smart-image">
50+
<div class="content-right">
5151
<div class="top-line"></div>
5252
<h2 class="section-title-left">Aus #WirVsVirus wird #WirVsBleistift</h2>
5353
<p class="paragraph-left">
@@ -59,7 +59,7 @@ <h2 class="section-title-left">Aus #WirVsVirus wird #WirVsBleistift</h2>
5959
</div>
6060
<!-- Aus #WirVsVirus wird #WirVsBleistift end -->
6161
<!-- IRIS connect start -->
62-
<div id="w-node-_99eb08f3-4185-958c-94d3-95a906672560-b2226ec5" class="content-right">
62+
<div class="content-right">
6363
<div class="top-line"></div>
6464
<h2 class="section-title-left">
6565
IRIS connect –
@@ -89,7 +89,7 @@ <h2 class="section-title-left">
8989
class="_0margin">
9090
<!-- IRIS connect end -->
9191
<!-- Weitere Projekte start -->
92-
<div id="w-node-aefb4a4b-a84d-6b01-0247-04a27a2e9b95-b2226ec5" class="content-right">
92+
<div class="content-right">
9393
<div class="top-line"></div>
9494
<h2 class="section-title-left">Weitere Projekte</h2>
9595
<p class="paragraph-left">

assets/css/inog-website.webflow.css

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4043,6 +4043,7 @@ blockquote {
40434043

40444044
.content-right {
40454045
margin-left: 0px;
4046+
float: right;
40464047
}
40474048

40484049
.paragraph-left {
@@ -6672,15 +6673,6 @@ blockquote {
66726673
justify-self: start;
66736674
}
66746675

6675-
#w-node-_99eb08f3-4185-958c-94d3-95a906672560-b2226ec5 {
6676-
-ms-grid-column-align: center;
6677-
justify-self: center;
6678-
-webkit-align-self: center;
6679-
-ms-flex-item-align: center;
6680-
-ms-grid-row-align: center;
6681-
align-self: center;
6682-
}
6683-
66846676
#w-node-aefb4a4b-a84d-6b01-0247-04a27a2e9b95-b2226ec5 {
66856677
-webkit-align-self: center;
66866678
-ms-flex-item-align: center;

0 commit comments

Comments
 (0)