[2025-05-08] Adjusting zoom, font sizes and <hr>
colour
This commit is contained in:
parent
6f6de59de0
commit
d736858945
3 changed files with 11 additions and 6 deletions
|
@ -22,7 +22,7 @@ code {
|
|||
|
||||
div.container {
|
||||
margin: 0 auto;
|
||||
zoom: 1.5;
|
||||
zoom: 1.4;
|
||||
}
|
||||
|
||||
div.content {
|
||||
|
@ -41,7 +41,7 @@ div.content {
|
|||
}
|
||||
div.container {
|
||||
margin: 0 auto;
|
||||
zoom: 1.4
|
||||
zoom: 1.3
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -67,7 +67,7 @@ div.content {
|
|||
}
|
||||
div.container {
|
||||
margin: 0 auto;
|
||||
zoom: 1.0
|
||||
zoom: 1.1
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -132,10 +132,15 @@ span.growshrink {
|
|||
}
|
||||
}
|
||||
|
||||
p {
|
||||
body {
|
||||
font-size: 14px
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 24px
|
||||
}
|
||||
|
||||
hr {
|
||||
color: #32302F;
|
||||
border-color: #32302F
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue