mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-25 12:20:24 -04:00
Merge pull request #2223 from sehgalvibhor/develop
Responsive about page!
This commit is contained in:
commit
183bdccdae
1 changed files with 3 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
div {
|
||||
display: inline-block;
|
||||
width: calc(50% - 10px);
|
||||
min-width: calc(50% - 10px);
|
||||
|
||||
ul {
|
||||
margin: 0;
|
||||
|
@ -29,8 +30,9 @@
|
|||
}
|
||||
|
||||
iframe {
|
||||
display: block;
|
||||
border: 1px solid $ui-gray;
|
||||
width: 460px;
|
||||
width: 100%;
|
||||
height: 290px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue