diff --git a/static/styles/drafts.scss b/static/styles/drafts.scss index b0e4784b0e..4ce36316a6 100644 --- a/static/styles/drafts.scss +++ b/static/styles/drafts.scss @@ -12,21 +12,6 @@ flex-direction: column; } -.drafts-header { - padding: { - top: 4px; - bottom: 8px; - } - text-align: center; - border-bottom: 1px solid hsl(0, 0%, 87%); -} - -.drafts-header h1 { - margin: 0; - font-size: 1.1em; - text-transform: uppercase; -} - .drafts-container .exit { font-weight: 400; position: absolute; @@ -45,6 +30,21 @@ cursor: pointer; } +.drafts-header { + padding: { + top: 4px; + bottom: 8px; + } + text-align: center; + border-bottom: 1px solid hsl(0, 0%, 87%); +} + +.drafts-header h1 { + margin: 0; + font-size: 1.1em; + text-transform: uppercase; +} + .drafts-list { padding: 10px 0; overflow: auto;