mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Resolve lint errors
This commit is contained in:
parent
f2561fbc03
commit
8a2ac5f24e
1 changed files with 12 additions and 14 deletions
|
@ -10,9 +10,9 @@
|
|||
width: calc(50% - 10px);
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
li {
|
||||
|
@ -21,51 +21,49 @@
|
|||
|
||||
&:nth-child(odd) {
|
||||
margin-right: 10px;
|
||||
padding-right: 10px;
|
||||
border-right: 1px solid $ui-gray;
|
||||
padding-right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
iframe {
|
||||
border: 1px solid $ui-gray;
|
||||
width: 460px;
|
||||
height: 290px;
|
||||
border: 1px solid $ui-gray;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.body {
|
||||
position: relative;
|
||||
width: calc(100% - 80px);
|
||||
margin: 20px 0 0 0;
|
||||
padding: 26px 40px 6px 40px;
|
||||
|
||||
margin: 20px 0 0;
|
||||
border: 1px solid $ui-gray;
|
||||
border-radius: 10px;
|
||||
background: $ui-white;
|
||||
padding: 26px 40px 6px;
|
||||
width: calc(100% - 80px);
|
||||
|
||||
ul {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
li {
|
||||
display: inline-block;
|
||||
width: calc(384px + 5px + 5px);
|
||||
margin-bottom: 20px;
|
||||
width: calc(384px + 5px + 5px);
|
||||
}
|
||||
|
||||
img, iframe {
|
||||
display: block;
|
||||
border: 1px solid $ui-gray;
|
||||
padding: 5px;
|
||||
width: 396px;
|
||||
height: 222px;
|
||||
padding: 5px;
|
||||
border: 1px solid $ui-gray;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue