Main Page/styles.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 56: | Line 56: | ||
height: auto; | height: auto; | ||
padding: 20px 0; | padding: 20px 0; | ||
background-color: rgba(255, 255, 255, 0. | background-color: rgba(255, 255, 255, 0.25); | ||
display: flex; | display: flex; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
} | } | ||
.left-child, | .left-child, .right-child { | ||
.right-child { | background-color: rgba(240, 240, 240, 0.25); | ||
background-color: rgba( | |||
flex: 1 1 100%; | flex: 1 1 100%; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
padding: 10px; | padding: 10px; | ||
} | } | ||
.left-child { | |||
max-width:36%; | |||
} | |||
@media (min-width: 980px) { | @media (min-width: 980px) { | ||
.left-child, | .left-child, |