Skip to content

Commit 3b380c3

Browse files
committed
appearance
1 parent abec124 commit 3b380c3

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,18 @@ h2 {
3535
}
3636
}
3737

38+
/* Open the "More" dropdown as an overlay instead of pushing content down
39+
(theme CSS sets .dropdown-menu to position: static) */
40+
.bd-navbar-elements .nav-item.dropdown {
41+
position: relative;
42+
}
43+
44+
.bd-navbar-elements .dropdown-menu {
45+
position: absolute;
46+
top: 100%;
47+
right: 0;
48+
}
49+
3850
.bd-footer a:visited {
3951
color: #6f42c1;
4052
}

source/_templates/home.html

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

0 commit comments

Comments
 (0)