Skip to content

Commit

Permalink
Small style change
Browse files Browse the repository at this point in the history
  • Loading branch information
vgeorge committed Apr 27, 2024
1 parent 7a7a601 commit f0da045
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/home/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<div class="intro-headline">{{ t.intro_section.headline }}</div>
<div class="intro-dates">{{ t.intro_section.dates }}</div>
<div class="about-button">
<div class="intro-buttons">
{% if site.registrations.open %}
<span class="col-xs-12 col-sm-4 btn-item">
<a class="btn btn-default" href="{{ site.registrations.url }}" target="_blank" role="button">{{
Expand Down
4 changes: 4 additions & 0 deletions assets/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ body {
font-weight: 700;
padding: 20px 0;
}

.intro-buttons {
padding: 100px 0;
}
}

.intro::before, .intro::after {
Expand Down

0 comments on commit f0da045

Please sign in to comment.