mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Responsive about page.
This commit is contained in:
parent
a6409bbcce
commit
733c3d1bff
1 changed files with 3 additions and 3 deletions
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
.about {
|
.about {
|
||||||
.masthead {
|
.masthead {
|
||||||
display: flex;
|
display: grid;
|
||||||
flex-wrap: no-wrap;
|
grid-template-columns: repeat(auto-fit, minmax(461px, 1fr));;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
|
|
||||||
div {
|
div {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: calc(50% - 10px);
|
width: calc(100% - 10px);
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in a new issue