1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 20:42:40 +00:00

Initial work on the new hormone sections

This commit is contained in:
Jocelyn Badgley (Twipped)
2021-03-22 18:26:30 -07:00
parent a83bbdd885
commit c8537b3ac9
15 changed files with 1908 additions and 230 deletions

View File

@@ -30,15 +30,16 @@
max-width: calc(50vw - 10px);
.caption {
overflow-x: hidden;
overflow: hidden;
text-overflow: ellipsis;
}
}
.btn.left .caption {
.btn.left {
justify-content: flex-start;
}
.btn.right .caption {
.btn.right {
justify-content: flex-end;
}