Private
Public Access
1
0

playing with list workouts

This commit is contained in:
Sander Roosendaal
2022-01-03 08:14:18 +01:00
parent f58f549ce2
commit 60e0da290c
3 changed files with 7 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
}
div.columns { width: 100%; }
div.columns div { width: 20%; padding: 10px; float: left; }
div.icondiv svg { height: 35px; }
</style>

View File

@@ -358,6 +358,8 @@ th.rotate > div > span {
padding: 0px;
margin: 0px;
}
.whiteborder {
border: solid 2px #aaa;
}

View File

@@ -625,6 +625,10 @@
}
}
h3 a {
color: black;
}
@media only screen and (min-width: 450px) {