Skip to content

Commit c0c3bb0

Browse files
committed
fixes to front
1 parent 1eaf080 commit c0c3bb0

File tree

5 files changed

+20
-18
lines changed

5 files changed

+20
-18
lines changed

docs/css/front-page.css

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/front-page.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 7 additions & 7 deletions
Loading

docs/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
</a>
7272
</div>
7373
</div>
74-
<div class="row">
75-
<div class="col-12 notifications">
74+
<div class="row notifications">
75+
<div class="col-12 col-lg-6">
7676
<div class="notification notification--latest-release" id="tile2">
7777
<div class="notification__content">
7878
<h2>The latest release is [[= latest_tag_4_6 =]]</h2>
@@ -85,6 +85,8 @@
8585
<img src="images/notification-latest-release.svg" alt="The latest release" />
8686
</div>
8787
</div>
88+
</div>
89+
<div class="col-12 col-lg-6">
8890
<div class="notification notification--lts-update" id="tile3">
8991
<div class="notification__content">
9092
<h2>The newest LTS Update to Ibexa DXP v4.6 is AI Actions</h2>
@@ -99,6 +101,8 @@
99101
</div>
100102
</div>
101103
</div>
104+
</div>
105+
<div class="row">
102106
<div class="col-12">
103107
<div class="accordion">
104108
<details>

scss/front-page.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,8 @@ body {
196196
}
197197

198198
.notifications {
199-
display: flex;
200-
gap: 24px;
201-
margin: 30px 0 40px;
199+
margin-top: 30px;
200+
margin-bottom: 40px;
202201
}
203202

204203
.notification {
@@ -210,7 +209,6 @@ body {
210209
overflow: hidden;
211210
display: flex;
212211
flex-direction: column;
213-
align-items: space-between;
214212
flex: 1 1 0;
215213

216214
&__content {
@@ -285,6 +283,7 @@ body {
285283

286284
&--lts-update {
287285
border: 2px solid $ibexa-color-light;
286+
height: calc(100%);
288287

289288
.notification {
290289
&__cta {

0 commit comments

Comments
 (0)