[2024-02-09] Minimum width to 50%, monospace throughout
This commit is contained in:
parent
1231885bf3
commit
537f40c415
@ -1,5 +1,5 @@
|
|||||||
body {
|
body {
|
||||||
font-family: Georgia, 'Times New Roman', Times, serif;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.container {
|
div.container {
|
||||||
@ -7,7 +7,7 @@ div.container {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.content {
|
div.content {
|
||||||
width: 40%;
|
width: 50%;
|
||||||
height: auto;
|
height: auto;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user