[2024-02-09] Minimum width to 50%, monospace throughout

This commit is contained in:
Andrew Conlin 2024-02-09 16:41:03 +00:00
parent 1231885bf3
commit 537f40c415

View File

@ -1,5 +1,5 @@
body {
font-family: Georgia, 'Times New Roman', Times, serif;
font-family: monospace;
}
div.container {
@ -7,7 +7,7 @@ div.container {
}
div.content {
width: 40%;
width: 50%;
height: auto;
margin: 0 auto;
position: relative;