-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
66 lines (50 loc) · 1.23 KB
/
style.css
File metadata and controls
66 lines (50 loc) · 1.23 KB
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
54
55
56
57
58
59
60
61
body {
background: #F8F8FF;
}
.navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.newsletter-subscription .col-md-6:first-child {
padding: 20px;
}
.newsletter-subscription .col-lg-6:nth-child(2) {
padding: 0;
}
.newsletter-subscription h2 {
font-size: 2rem;
font-weight: bold;
margin-top: 0;
}
.newsletter-subscription p {
font-size: 1.2rem;
margin-bottom: 20px;
}
.newsletter-subscription form {
margin-bottom: 20px;
}
.newsletter-subscription input {
width: 100%;
border: 1px solid #ccc;
padding: 10px;
border-radius: 4px;
font-family: 'Archivo Black', sans-serif;
}
.newsletter-subscription button {
background-color: #000;
color: #fff;
border: none;
padding: 10px;
border-radius: 4px;
font-family: 'Archivo Black', sans-serif;
}
.newsletter-subscription img {
width: 100%;
height: auto;
display: block;
}
.about-section .col-xl-6:last-child {
order: 1;
}
.about-section .col-xl-6:first-child {
order: 2;
}