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

Added a new contributing guide and linked from the disclaimer.

This commit is contained in:
Jocelyn Badgley (Twipped)
2021-08-11 15:13:54 -07:00
parent a49d9bf21c
commit 9f812176b3
5 changed files with 75 additions and 3 deletions

View File

@@ -122,6 +122,15 @@
ul { padding-left: 2em; }
code {
font-size: 87.5%;
color: $gray-900;
word-wrap: break-word;
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
background: $gray-300;
padding: 2px;
}
.center {
margin-left: auto;
margin-right: auto;