blob: 102e9ba4325b7ad3e1ec079b1966f6c82c576efe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
.news-container {
background-color: #2A2D40;
border-radius: 24px;
font-size: 18px;
overflow: hidden;
margin-bottom: 10px;
}
.news-title {
padding: 20px;
font-family: BarlowSemiCondensed-SemiBold;
font-size: 22px;
}
.news-description-div {
margin: 0px 20px;
padding: 8px 0px;
}
.news-title-header {
background-color: #2B2E46;
padding: 10px 0px;
}
.news-container>span {
font-size: 18px;
font-family: BarlowSemiCondensed-Regular;
line-height: 0px;
}
|