Merge branch 'fix-code-font' into 'develop'

Use monospace font for code, pre

See merge request soapbox-pub/soapbox!1969
This commit is contained in:
marcin mikołajczak 2022-12-01 14:43:53 +00:00
commit 3051c4f854
2 changed files with 0 additions and 5 deletions

Binary file not shown.

View file

@ -24,11 +24,6 @@ select {
$no-columns-breakpoint: 600px;
code {
font-family: var(--font-monospace), monospace;
font-weight: 400;
}
.form-container {
max-width: 400px;
padding: 20px;