Skip to content

Commit 5401b7d

Browse files
committed
optimized white space and aligned header and footer
1 parent 15582bc commit 5401b7d

File tree

3 files changed

+25
-10
lines changed

3 files changed

+25
-10
lines changed

src/css/footer.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,24 @@ footer.footer {
3434
}
3535

3636
.sections-footer-container {
37-
max-width: 66.66667rem;
37+
max-width: 72rem;
3838
margin: 0 auto;
3939
display: flex;
4040
justify-content: space-between;
4141
}
4242

4343
.sections-footer p {
44-
margin: 0.5rem 0;
44+
margin: 0.5rem 1rem;
4545
font-size: 1rem;
4646
}
4747

4848
.sections-footer a {
4949
color: var(--footer-link-font-color);
5050
}
5151

52-
.sections-footer-container-left {
52+
/* .sections-footer-container-left {
5353
margin-left: 1rem;
54-
}
54+
} */
5555

5656
.sections-footer-container-right {
5757
margin: 0.25rem 1.25rem;

src/css/header.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ body {
300300
height: var(--navbar-height);
301301
top: 0;
302302
z-index: var(--z-index-navbar);
303-
width: 66.66667rem;
303+
width: 72rem;
304304
margin: 0 auto;
305305
}
306306

src/css/sections.css

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
width: 100%;
2424
padding: 0.75rem;
2525
position: relative;
26-
height: 24rem;
26+
height: 22rem;
2727
padding-top: unset !important;
2828
margin-top: unset !important;
2929
}
@@ -63,6 +63,7 @@
6363

6464
.sectionWhite-right > div > div > div > img {
6565
float: right;
66+
margin-top: -1.75rem;
6667
}
6768

6869
.sectionWhite-heading {
@@ -80,20 +81,33 @@
8081
line-height: 1.2;
8182
font-weight: bold;
8283
color: #496583;
83-
padding: 1.2rem 0.1rem;
84+
padding: 1.75rem 0.1rem 0.5rem 0.1rem;
8485
word-break: keep-all;
8586
}
8687

8788
.get-started-button {
8889
background-color: white;
89-
color: #2945a3;
90+
color: #496583;
9091
padding: 0.75rem 7rem;
9192
margin-top: 1rem;
92-
border: none;
93-
box-shadow: rgba(0, 0, 0, 0.24) 1px 3px 8px;
93+
border: 2px solid #496583;
9494
font-size: 1rem;
9595
}
9696

97+
.get-started-button a {
98+
color: #496583;
99+
text-decoration: none;
100+
}
101+
102+
.get-started-button:hover > a {
103+
color: var(--eclipse-orange);
104+
text-decoration: none;
105+
}
106+
107+
.get-started-button:hover {
108+
border: 2px solid var(--eclipse-orange);
109+
}
110+
97111
::placeholder {
98112
color: #496583;
99113
opacity: 1;
@@ -152,6 +166,7 @@
152166
grid-gap: 2rem;
153167
flex-wrap: wrap;
154168
height: 25rem;
169+
margin-bottom: 5rem;
155170
}
156171

157172
.sectionPurple > .tile {

0 commit comments

Comments
 (0)