Commit 8a2ac5f2 authored by Andrew Sliwinski's avatar Andrew Sliwinski

Resolve lint errors

parent f2561fbc
......@@ -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;
}
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment