File tree 1 file changed +13
-4
lines changed
pep_sphinx_extensions/pep_theme/static
1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
@charset "UTF-8" ;
2
2
/* Media Queries */
3
- @media (min-width : 0em ) {
4
- section # pep-page-section {
5
- padding : .5rem 1rem 0 ;
3
+ @media (max-width : 32.5em ) {
4
+ /* Reduce padding & margins for the smallest screens */
5
+ section # pep-page-section > header > h1 {
6
+ padding-right : 0 ;
7
+ border-right : none;
8
+ }
9
+ ul .breadcrumbs {
10
+ padding : 0 0 .5rem ;
6
11
}
7
12
nav # pep-sidebar {
8
13
display : none;
9
14
}
15
+ table th ,
16
+ table td {
17
+ padding : 0 0.1rem ;
18
+ }
10
19
}
11
20
@media (min-width : 32.5em ) {
12
21
section # pep-page-section {
13
22
max-width : 40em ;
14
23
width : 100% ;
15
24
margin : 0 auto;
25
+ padding : .5rem 1rem 0 ;
16
26
}
17
27
}
18
28
@media (min-width : 54em ) {
30
40
width : 24% ;
31
41
float : left;
32
42
margin-right : 2% ;
33
- display : initial;
34
43
}
35
44
}
36
45
@media (min-width : 60em ) {
You can’t perform that action at this time.
0 commit comments