diff --git a/website/index.html b/website/index.html index b889d6a..e535546 100644 --- a/website/index.html +++ b/website/index.html @@ -97,6 +97,8 @@

isLoop 2024: International School on Live Object-Oriented Programming

+ +
5-9 August 2024 - Montpellier, France

Dear students,

We are happy to announce that once again, Pharo Consortium is @@ -131,7 +133,7 @@

Registration

Form. The deadline for applications is July 20, 2024. diff --git a/website/style.css b/website/style.css index c170558..5427016 100644 --- a/website/style.css +++ b/website/style.css @@ -93,10 +93,20 @@ h1, h2, h3, h4, h5, h6 { h1 { text-align: center; - margin: 2rem auto; + margin: 2rem auto 1rem auto; max-width: 45rem; } +/* Sub-title */ +h5 { + color: var(--color-dark-gray); + text-align: center; + margin-top: 0; + padding-top: 0; + font-size: 14pt; + font-weight: 400; +} + a { color: var(--color-pharo-blue); }