diff --git a/index.html b/index.html index f508c69..df72e59 100644 --- a/index.html +++ b/index.html @@ -3,3 +3,6 @@ + diff --git a/style.css b/style.css index bf21de8..e194f17 100644 --- a/style.css +++ b/style.css @@ -137,5 +137,10 @@ blockquote:before { line-height: 0.1em; margin-right: 0.25em; float: left; -margin-top: 2.5rem; + margin-top: 2.5rem; +} + +aside { + float: right; + padding: 1em; }