File tree Expand file tree Collapse file tree 5 files changed +9
-148
lines changed Expand file tree Collapse file tree 5 files changed +9
-148
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ <h1 class="nav-title">
41
41
</ p >
42
42
</ footer >
43
43
44
- < script type ="text/javascript " src ="../tabnotes.js "> </ script >
45
- < script type ="text/javascript " src ="../toggle.js "> </ script >
44
+ < script type ="text/javascript " src ="../js/ tabnotes.js "> </ script >
45
+ < script type ="text/javascript " src ="../js/ toggle.js "> </ script >
46
46
</ body >
47
47
</ html >
Original file line number Diff line number Diff line change @@ -25,14 +25,13 @@ html {
25
25
color : var (--text-color );
26
26
}
27
27
body {
28
- max-width : 80ch ;
29
- padding-inline : 1rem ;
28
+ font-family : sans-serif;
30
29
margin-inline : auto;
31
- margin-block : 0 ;
32
- height : 100vh ;
33
30
display : flex;
34
31
flex-direction : column;
35
- font-family : sans-serif;
32
+ height : 100vh ;
33
+ margin-block : 0 ;
34
+ padding-inline : 1rem ;
36
35
}
37
36
header {
38
37
display : flex;
@@ -41,6 +40,9 @@ header {
41
40
}
42
41
main {
43
42
flex-grow : 1 ;
43
+ margin-inline : auto;
44
+ width : 80ch ;
45
+ max-width : 100% ;
44
46
}
45
47
footer {
46
48
padding-block-end : 1rem ;
@@ -50,7 +52,6 @@ footer {
50
52
textarea {
51
53
background : var (--alt-color );
52
54
color : var (--text-color );
53
- /* min-height: 100%; */
54
55
padding : 1rem ;
55
56
width : 100% ;
56
57
border-radius : 0.35rem ;
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments