Skip to content

Commit e1b1745

Browse files
committed
committing sections-related files
1 parent a5721bf commit e1b1745

15 files changed

+1011
-0
lines changed

src/css/sections-footer.css

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
.sections-footer {
2+
background-color: #2945a3;
3+
color: white;
4+
font-size: calc(15 / var(--rem-base) * 1rem);
5+
line-height: var(--footer-line-height);
6+
padding: 1.5rem;
7+
position: relative;
8+
width: 100%;
9+
}
10+
11+
.sections-footer-container {
12+
/* display: block; */
13+
max-width: 66.66667rem;
14+
margin: 0 auto;
15+
display: flex;
16+
justify-content: space-between;
17+
}
18+
19+
.sections-footer p {
20+
margin: 0.5rem 0;
21+
}
22+
23+
.sections-footer a {
24+
color: var(--footer-link-font-color);
25+
}
26+
27+
.sections-footer-container-left {
28+
margin-left: 1rem;
29+
}
30+
31+
.sections-footer-container-right {
32+
margin: 0.25rem 1.25rem;
33+
}
34+
35+
.sections-footer-container-right > a {
36+
color: white;
37+
margin: 0.5rem 0;
38+
font-size: 1rem;
39+
}
40+
41+
/* .sections-page .footer {
42+
background-color: #2945a3;
43+
color: white;
44+
font-size: calc(15 / var(--rem-base) * 1rem);
45+
line-height: var(--footer-line-height);
46+
padding: 1.5rem;
47+
position: relative;
48+
bottom: 0;
49+
width: 100%;
50+
height: 12vh;
51+
}
52+
53+
.sections-page .footer-container {
54+
display: flex;
55+
max-width: 66.66667rem;
56+
margin: 0 auto;
57+
justify-content: space-between;
58+
height: 12vh;
59+
}
60+
61+
.sections-footer p {
62+
margin: 0.5rem 0;
63+
}
64+
65+
.sections-footer a {
66+
color: var(--footer-link-font-color);
67+
}
68+
*/

0 commit comments

Comments
 (0)