Skip to content

Commit db7a37e

Browse files
committed
footer
1 parent f7c27a0 commit db7a37e

2 files changed

Lines changed: 36 additions & 5 deletions

File tree

source/_static/css/home-css/home.css

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,36 @@ h2 {
1717
line-height: 1.5;
1818
padding: .5rem .75rem;
1919
position: relative;
20-
}
20+
}
21+
22+
.bd-footer a:visited {
23+
color: #6f42c1;
24+
}
25+
26+
.bd-footer a:hover,
27+
.bd-footer a:visited:hover {
28+
color: var(--colorPrimaryLight);
29+
}
30+
31+
.bd-footer h5 {
32+
font-weight: 700;
33+
margin-bottom: 1rem;
34+
}
35+
36+
/* enlarge GitHub icon: Bulma's .icon caps it at 1.5rem */
37+
.bd-footer .social-media-icons svg.icon {
38+
width: 2.5rem;
39+
height: 2.5rem;
40+
transition: fill .15s ease-in-out;
41+
}
42+
43+
.bd-footer .social-media-icons svg.icon:hover {
44+
fill: var(--colorPrimaryLight);
45+
}
46+
47+
/* Pull the icon column left (one grid column = 8.3333%) */
48+
@media (min-width: 992px) {
49+
.bd-footer .xara-footer {
50+
margin-left: -8.3333%;
51+
}
52+
}

source/_templates/home.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,10 +256,9 @@ <h2>Partners</h2>
256256
<div class="container py-4 py-md-5 px-4 px-md-3 text-body-secondary">
257257
<div class="row">
258258
<div class="col-lg-3 mb-3">
259-
<a class="d-inline-flex align-items-center mb-2 text-body-emphasis text-decoration-none" href="/" aria-label="STAIRlab">
260-
<a href="https://stairlab.berkeley.edu">
261-
<img id=footer-logo style="max-width: 50;" src="{{ pathto('_static/images', 1) }}/peer-black-100.png"
262-
alt="STAIRLab logo."></a>
259+
<a class="d-inline-flex align-items-center mb-3 text-body-emphasis text-decoration-none" href="https://stairlab.berkeley.edu" aria-label="STAIRlab">
260+
<img id=footer-logo style="max-width: 50;" src="{{ pathto('_static/images', 1) }}/peer-black-100.png"
261+
alt="STAIRLab logo.">
263262
<span class="fs-5">STAIRLab</span>
264263
</a>
265264
<ul class="list-unstyled small">

0 commit comments

Comments
 (0)