forked from pybamm-team/pybamm.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoverrides.css
More file actions
46 lines (36 loc) · 912 Bytes
/
overrides.css
File metadata and controls
46 lines (36 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/* White backgrounds behind images */
figure {
background-color: white;
padding: 15px;
border-radius: 15px;
}
/* Captions should be black above white background */
figure figcaption p span {
color: black !important;
}
/* Let table of contents inherit the bounds set by the
content-container class */
#TableOfContents {
position: inherit;
}
/* Making the buttons container flex */
.custom-flex-btns{
display:flex;
align-items: center;
justify-content: space-evenly;
}
/* Customizing the buttons */
.custom-flex-btns p a{
display:block !important;
min-width:40%!important;
max-width:40%;
text-decoration: none;
}
/* More gaps for footer columns because of external link indicators */
.footer-column {
margin-right: 2em;
}
/* Don't set widths for 100% of the viewport for these, just the screen. */
.news-container, .hero-container {
width: 100%;
}