Margins cleanup
This commit is contained in:
parent
8deff5459a
commit
1e42ac746f
@ -12,9 +12,9 @@ var vidholder = new Vue({
|
||||
// Template has wrapping div because v-for can't be in root it seems.
|
||||
template: `
|
||||
<div>
|
||||
<div class="grid-x grid-margin-x large-up-6">
|
||||
<div class="grid-x large-up-6">
|
||||
<div v-for="video in Videos" class="cell">
|
||||
<div class="card curvedbottom" style="background-color:#ddd9d4">
|
||||
<div class="card curvedbottom" style="background-color:#ddd9d4; margin:6px;2px;6px;">
|
||||
<a :href="video.url"><img :src="video.thumbnailURL"></a>
|
||||
<div class="card-section" style="padding-top: 7px; padding-bottom: 7px;">
|
||||
<p style="padding-top: 0px; padding-bottom: 0px; font-size: 12px;">{{ video.title }}</p>
|
||||
|
Loading…
Reference in New Issue
Block a user