Compare commits

...

2 Commits

Author SHA1 Message Date
Jesko Dujmovic
3e264237b8 Merge branch 'main' of git.leafbla.de:Jesko/workout-basic into main
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-25 20:31:53 +02:00
Jesko Dujmovic
164c03102f trying to fix mobile button 2021-10-25 20:31:50 +02:00

View File

@ -1,6 +1,9 @@
body {
font-size: larger;
}
button {
font-size: medium;
}
div {
display: inline-block;
}