File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments