We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37db69d commit a9b430eCopy full SHA for a9b430e
templates/index.css
@@ -23,15 +23,15 @@
23
:root {
24
--bg: #181a1b;
25
--text: #e8e6e3;
26
+ --page-margin: 8%;
27
}
28
29
body {
30
font-family: "Libre Caslon Text";
31
color: var(--text);
32
background-color: var(--bg);
- margin: 8%;
33
- padding: 0;
34
- width: 84%;
+ margin: 0;
+ width: 100%;
35
36
37
/* overriding defaults */
@@ -94,7 +94,9 @@ code {
94
display: flex;
95
flex-direction: column;
96
font-weight: 500;
97
- width: 100%;
+ margin: var(--page-margin) auto var(--page-margin) auto;
98
+ min-width: 300px;
99
+ max-width: 1350px;
100
101
102
#name {
0 commit comments