diff --git a/static/styles.css b/static/styles.css index e350ede..e99bec5 100644 --- a/static/styles.css +++ b/static/styles.css @@ -38,27 +38,6 @@ body { } } -.columnA { - position: -webkit-sticky; - position: sticky; - top: 2rem; - align-self: flex-start; - flex-basis: 25%; - max-width: 25%; - word-wrap: break-word; - margin-top: 2rem; -} -@media (max-width: 580px) { - .columnA { - display: flex; - position: relative; - max-width: none; - top: auto; - align-items: center; - margin-top: 0rem; - } -} - .column_content { flex-grow: 0; flex-shrink: 0; diff --git a/static/styles.scss b/static/styles.scss index a933bad..b268aeb 100644 --- a/static/styles.scss +++ b/static/styles.scss @@ -118,25 +118,6 @@ body { } } -.columnA { - position: -webkit-sticky; - position: sticky; - top: 2rem; - align-self: flex-start; - flex-basis: 25%; - max-width: 25%; - word-wrap: break-word; - margin-top: 2rem; - @media (max-width: 580px) { - display: flex; - position: relative; - max-width: none; - top: auto; - align-items: center; - margin-top: 0rem; - } -} - .column_content { flex-grow: 0; flex-shrink: 0; diff --git a/templates/archive.html b/templates/archive.html index 1be651b..5cf9d8a 100644 --- a/templates/archive.html +++ b/templates/archive.html @@ -16,7 +16,7 @@