8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe8936 commit e475b45Copy full SHA for e475b45
src/styl/tags/home-news.styl
@@ -1,15 +1,22 @@
1
home-news
2
display block
3
+ h2
4
+ color white
5
+ if (themeDark)
6
+ color act
7
.&-aNewsRow
8
position relative
9
align-items center
10
gap 1rem
11
+ margin-bottom 1rem
12
img
13
flex 0 0 auto
14
height 128px
15
p
16
margin 0.25rem 0 1rem
17
line-height 1.5
18
19
+ color acttext
20
.&-aNewsBg
21
position absolute
22
top 0
@@ -23,6 +30,7 @@ home-news
23
30
filter blur(5px)
24
31
opacity 0.35
25
32
.&-FeaturedGames, .&-LearningResources
33
+ margin-top 0.5rem
26
34
.Cards
27
35
grid-template-columns repeat(auto-fill, minmax(21em, 1fr))
28
36
align-items start
0 commit comments