Skip to content

Commit ea37e1d

Browse files
Make the sponsor announcement area visually stand out
1 parent bae32f4 commit ea37e1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_sass/components/countdown.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
display: flex;
1111
align-items: center;
1212
justify-content: center;
13-
margin: 0 auto 2em auto;
13+
margin: 0 auto 0 auto;
1414
overflow: hidden;
1515
}
1616

_sass/components/scala-days-sponsors.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
.scala-days-sponsors-bar {
66
width: 100%;
77
overflow: hidden;
8-
background: transparent;
9-
padding: 0.5em 0;
8+
background: rgba(30, 40, 50, 0.2);
9+
padding: 1em 0;
1010
position: relative;
1111
}
1212

0 commit comments

Comments
 (0)