diff --git a/divent/static/css/global.css b/divent/static/css/global.css index 526a463..c389c61 100644 --- a/divent/static/css/global.css +++ b/divent/static/css/global.css @@ -144,7 +144,6 @@ footer ul li:last-child { h1 { font-size: 20px; - color: white; } h2 { @@ -164,7 +163,6 @@ hr { #buttons { background-color: #2f3136; padding: 16px; - text-align: right; border-radius: 0 0 5px 5px; display: flex; justify-content: flex-end; @@ -183,6 +181,10 @@ hr { } @media only screen and (max-width : 320px) { + body { + justify-content: flex-start; + } + footer ul li { display: block; }