Skip to content

Commit 35175bf

Browse files
Harmonize the top-area of videos page with news
- removal of gray background - removal of top padding Signed-off-by: Artem Sidorenko <artem@posteo.de>
1 parent 328d297 commit 35175bf

2 files changed

Lines changed: 4 additions & 14 deletions

File tree

themes/devsec/layouts/page/videos.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h2>Videos</h2>
1111
</div>
1212
</section>
1313

14-
<section class="articles bg-gray">
14+
<section class="articles">
1515
<div class="row">
1616
<div class="large-12 medium-12 small-12 small-center columns">
1717
<div>

themes/devsec/static/css/app.css

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10234,14 +10234,6 @@ th.hide-for-touch {
1023410234
color: white;
1023510235
}
1023610236

10237-
.bg-gray {
10238-
background-color: #edeeed;
10239-
}
10240-
10241-
.bg-gray h2 {
10242-
color: black !important;
10243-
}
10244-
1024510237
.bg-landing {
1024610238
background: url('/images/bg.png');
1024710239
-moz-background-size: 100% 100%;
@@ -11274,8 +11266,7 @@ footer ul li a:hover {
1127411266

1127511267
@media only screen {
1127611268

11277-
.imprint,
11278-
.articles {
11269+
.imprint {
1127911270
padding-top: 3rem;
1128011271
}
1128111272

@@ -11306,8 +11297,7 @@ footer ul li a:hover {
1130611297

1130711298
@media only screen and (min-width: 40.063em) {
1130811299

11309-
.imprint,
11310-
.articles {
11300+
.imprint {
1131111301
padding-top: 5rem;
1131211302
}
1131311303
}
@@ -11385,4 +11375,4 @@ blockquote p {
1138511375

1138611376
.profile {
1138711377
min-height: 400px;
11388-
}
11378+
}

0 commit comments

Comments
 (0)