Skip to content

Commit fe705be

Browse files
authored
added patches for padding
1 parent dc4e82f commit fe705be

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

src/templates/articles.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@
88
<meta name="description" content="All articles on {{site.title}}">
99
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/edwardtufte/tufte-css@v1.8.0/tufte.css"/>
1010
<style>
11-
h1:first-of-type {
11+
h1:first-of-type {
1212
margin-top: 1.3rem !important;
1313
}
1414

15+
article{
16+
padding: 0 !important;
17+
}
18+
1519
html {
1620
scroll-behavior: smooth;
1721
}

src/templates/editors.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
scroll-behavior: smooth;
1818
}
1919

20+
article{
21+
padding: 0 !important;
22+
}
23+
2024
/* nav bar */
2125
nav ul {
2226
list-style: none;

src/templates/home.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
margin-top: 1.3rem !important;
1717
}
1818

19+
article{
20+
padding: 0 !important;
21+
}
22+
1923
/* nav bar */
2024
nav ul {
2125
list-style: none;

0 commit comments

Comments
 (0)