paragrapphs no longer displayed inline as they should

This commit is contained in:
shockrah 2020-04-23 13:55:00 -07:00
parent b769d43e18
commit e6521df9b9
2 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css" integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin="anonymous">
<link rel="shortcut icon" type="image/png" href="/favicon.png"/>
<!-- Side menu forces things properly apparantly-->
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="/style.css?v=1.2">
<!-- Opengraph meme -->
<meta property="og:title" content="Definitely not a blog">
<meta property="og:site_name" content="Shockrah's Blog">

View File

@ -15,10 +15,10 @@ a {
blockquote {
border-left: 10px solid #1f8dd6;
}
p {
display: inline;
margin-left: 1em;
}
p {
margin-left: 1em;
}
.pure-img-responsive {