typo in styles2.css
This commit is contained in:
@@ -299,6 +299,7 @@ def interactive_activitychart(workouts,startdate,enddate,stack='type'):
|
|||||||
toolbar_location = None,
|
toolbar_location = None,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
for legend in p.legend:
|
for legend in p.legend:
|
||||||
new_items = []
|
new_items = []
|
||||||
for legend_item in legend.items:
|
for legend_item in legend.items:
|
||||||
|
|||||||
@@ -385,6 +385,10 @@
|
|||||||
grid-column-end: span 1;
|
grid-column-end: span 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main-content li.grid_3 {
|
||||||
|
grid-column-end: span 4;
|
||||||
|
}
|
||||||
|
|
||||||
.maxheight {
|
.maxheight {
|
||||||
max-height: 300px;
|
max-height: 300px;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
@@ -429,6 +433,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
nav a {
|
nav a {
|
||||||
font-size: 0px;
|
font-size: 0px;
|
||||||
@@ -451,7 +456,7 @@
|
|||||||
"ad footer";
|
"ad footer";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
nav ul {
|
nav ul {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|||||||
Reference in New Issue
Block a user