diff --git a/_sass/minima/_layout.scss b/_sass/minima/_layout.scss index 334a8e9..f91d522 100644 --- a/_sass/minima/_layout.scss +++ b/_sass/minima/_layout.scss @@ -230,11 +230,11 @@ opacity: .5; } - .previous { + .next { text-align: left; } - .next { + .previous { text-align: right; } @@ -398,6 +398,10 @@ .next-link { padding: 0 0 0 $spacing-unit / 2; } + + .previous-link { + align-self: flex-end; + } } // Notices diff --git a/index.html b/index.html index c9df63a..ae247d3 100644 --- a/index.html +++ b/index.html @@ -24,25 +24,21 @@