This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
blog
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
revert these width changes, things weren't correct because of not
putting the content in a section tag meaning the css wasn't being applied like it should..
main
John-Mark Gurney
3 years ago
parent
a02a7f7f97
commit
1f56360336
1 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-3
content/media/css/tufte.css
+ 2
- 3
content/media/css/tufte.css
View File
@@ -45,7 +45,7 @@ html {
}
body {
width: 8
3
.5%;
width: 8
7
.5%;
margin-left: auto;
margin-right: auto;
padding-left: 12.5%;
@@ -114,7 +114,6 @@ article {
}
section {
padding-right: 5%;
padding-top: 1rem;
padding-bottom: 1rem;
}
@@ -344,7 +343,7 @@ h3 > code {
pre > code {
font-size: 0.9rem;
width:
77
.5%;
width:
52
.5%;
margin-left: 2.5%;
overflow-x: auto;
display: block;
Write
Preview
Loading…
Cancel
Save