Add intitial max-width to sections (#4895)

This commit is contained in:
Jaco Greeff 2017-03-14 13:04:00 +01:00 committed by Gav Wood
parent e12bde8e5a
commit 7c45178076

View File

@ -44,6 +44,7 @@ $widthExpanded: 42%;
box-sizing: border-box;
display: flex;
flex: 0 1 $widthNormal;
max-width: $widthNormal;
opacity: 0.85;
padding: 0.25em;