Skip to content

Commit bda8221

Browse files
authored
fix overlapping news (#2192)
* remove margin for paragraphs in list items * add news content to gitignore
1 parent cc67cbd commit bda8221

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

web/hugothemes/static/css/font.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ol, ul {
1818
margin-top: 1.3em;
1919
}
2020
li p {
21-
margin-top: -1em;
21+
margin: 0;
2222
}
2323

2424
/* open-sans-regular - latin-ext_latin */

web/news/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# content for the news is derived from the RELEASE_NOTES.md
2+
content

0 commit comments

Comments
 (0)