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 {
|
||||
.masthead {
|
||||
display: flex;
|
||||
flex-wrap: no-wrap;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(461px, 1fr));;
|
||||
justify-content: space-between;
|
||||
align-items: stretch;
|
||||
|
||||
div {
|
||||
display: inline-block;
|
||||
width: calc(50% - 10px);
|
||||
width: calc(100% - 10px);
|
||||
|
||||
ul {
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in a new issue