Skip to content

Commit 05d1bdb

Browse files
Comment in index.html on what to fix.
1 parent 74fe00e commit 05d1bdb

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

_sass/style.scss

+5-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,11 @@ a {
317317
margin-left: 2.5%;
318318
border: #A55605 3px double;
319319
border-radius: 5px;
320-
max-width: 70%;
320+
max-width: 50%;
321+
}
322+
323+
.button_row {
324+
//margin-top: 10%;
321325
}
322326

323327
.upcoming__link {

index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ <h2 class="post__label">Date</h2>
9595
<img class="upcoming__project-logo" src="{{ site.baseurl }}/{{ post.project_logo }}">
9696
</div>
9797
</div>
98-
<div class="row">
98+
<!--Fix vertical alignment of this row-->
99+
<div class="button_row row">
99100
<div class="col-12 text-center">
100101
<a class="upcoming__link" href="{{ post.event_link }}">
101102
<button class="btn btn-outline-primary btn-lg">

0 commit comments

Comments
 (0)