Commit 3527e425 authored by Ben Wheeler's avatar Ben Wheeler

use overflow auto in different place

parent 9dd8775e
......@@ -38,7 +38,6 @@ $stage-width: 480px;
.inner {
margin: 0 auto;
overflow: auto;
@media #{$medium-and-smaller} {
// subtract page padding
......@@ -402,6 +401,7 @@ $stage-width: 480px;
flex: 1;
flex-flow: column;
margin-top: .3125rem;
overflow: auto;
@media #{$medium-and-smaller} {
margin-top: .5rem;
......@@ -479,7 +479,6 @@ $stage-width: 480px;
line-height: 1.5rem;
flex: 1;
overflow-wrap: break-word;
word-break: break-word;
}
.project-description:last-of-type {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment