-
Notifications
You must be signed in to change notification settings - Fork 0
/
headline.css
53 lines (46 loc) · 987 Bytes
/
headline.css
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#second-headline{
text-align: center;
}
.info h1{
/* letter-spacing: 0.2px; */
font-family: 'Poppins', sans-serif;
font-weight: bold;
/* font-size: 46px; */
}
.info p{
margin-top: 50px;
margin-bottom: 50px;
padding-top: 25px;
padding-bottom: 25px;
font-family: 'Montserrat', sans-serif;
font-size: 25px;
}
@media (min-width: 480px) {
.lhs{
background: url(static/whylearn-bg.png);
background-repeat: no-repeat;
background-size: contain;
padding: 0px !important;
}
.lhs h3{
text-align: left;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
margin-top: 10px;
}
.lhs p{
text-align: left;
font-family: 'Montserrat', sans-serif;
font-size: 15px;
margin-top: 10px;
}
}
@media screen and (max-width: 500px){
.lhs h3, .lhs p {
text-align: center !important;
justify-items: center;
}
}
.rhs{
padding: 0 !important;
}