[2024-02-09] Minimum width to 50%, monospace throughout
This commit is contained in:
parent
1231885bf3
commit
537f40c415
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue