Skip to content

Commit b5464b8

Browse files
committed
Update migration message
1 parent fae30f0 commit b5464b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

layouts/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55
{{ end }}
66

77
<div class="container mt-3">
8-
<div class="row">
8+
<div class="row text-center">
99
<div class="alert alert-warning alert-dismissible fade show" role="alert">
10-
We have updated our website. The previous website is still available at <a href="https://legacy.cmpe.bogazici.edu.tr"><strong>https://legacy.cmpe.bogazici.edu.tr</strong></a>
10+
<small>We are updating our website! The previous website is still available at <a href="https://legacy.cmpe.bogazici.edu.tr"><strong>https://legacy.cmpe.bogazici.edu.tr</strong></a></small>
1111
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
1212
</div>
1313
</div>
1414
</div>
1515

1616
<div class="container">
1717
<div class="row">
18-
<div class="col-xl-4 order-xl-5 my-4 text-center">
18+
<div class="col-xl-4 order-xl-5 my-3 text-center">
1919
{{ if site.Params.eventbar.enabled }}
2020
{{ partial "bouncmpe/eventbar.html" . }}
2121
{{ end }}
2222
</div>
23-
<div class="col-xl-8 my-4">
23+
<div class="col-xl-8 my-3">
2424
{{ if site.Params.newsroom.enabled }}
2525
{{ partial "bouncmpe/newsroom.html" . }}
2626
{{ end }}

0 commit comments

Comments
 (0)