Skip to content

Commit 12eb174

Browse files
committed
1.9 - Small design issues
1 parent b756377 commit 12eb174

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

dist/assets/css/main.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ a:active {
288288
}
289289

290290
.app-feed .app-content {
291-
padding: 0 10px;
291+
padding: 0 20px;
292292
background: var(--c-white);
293293
}
294294

@@ -1225,7 +1225,7 @@ iframe {
12251225
}
12261226

12271227
.video-list-featured {
1228-
margin: 10px -10px 0;
1228+
margin: 10px -20px 0;
12291229
height: 200px;
12301230
background-position: center center;
12311231
background-size: cover;
@@ -1287,6 +1287,7 @@ iframe {
12871287
bottom: 0;
12881288
height: calc(100% - 297px);
12891289
width: calc(100% - 20px);
1290+
margin-left: -10px;
12901291
max-height: none;
12911292
}
12921293

scss/_common.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
box-shadow: rgba(0, 0, 0, 0.05) 0 0 10px 10px;
106106
z-index: 1;
107107
.app-content {
108-
padding: 0 10px;
108+
padding: 0 20px;
109109
background: var(--c-white);
110110
}
111111
}

scss/_videos.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ iframe {
285285
}
286286

287287
.video-list-featured {
288-
margin: 10px -10px 0;
288+
margin: 10px -20px 0;
289289
height: 200px;
290290
background-position: center center;
291291
background-size: cover;
@@ -341,6 +341,7 @@ iframe {
341341
bottom: 0;
342342
height: calc(100% - 297px);
343343
width: calc(100% - 20px);
344+
margin-left: -10px;
344345
max-height: none;
345346
.video-item {
346347
border-bottom: none;

src/assets/css/main.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ a:active {
288288
}
289289

290290
.app-feed .app-content {
291-
padding: 0 10px;
291+
padding: 0 20px;
292292
background: var(--c-white);
293293
}
294294

@@ -1225,7 +1225,7 @@ iframe {
12251225
}
12261226

12271227
.video-list-featured {
1228-
margin: 10px -10px 0;
1228+
margin: 10px -20px 0;
12291229
height: 200px;
12301230
background-position: center center;
12311231
background-size: cover;
@@ -1287,6 +1287,7 @@ iframe {
12871287
bottom: 0;
12881288
height: calc(100% - 297px);
12891289
width: calc(100% - 20px);
1290+
margin-left: -10px;
12901291
max-height: none;
12911292
}
12921293

0 commit comments

Comments
 (0)