paragrapphs no longer displayed inline as they should
This commit is contained in:
parent
b769d43e18
commit
e6521df9b9
@ -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">
|
||||
|
@ -15,10 +15,10 @@ a {
|
||||
blockquote {
|
||||
border-left: 10px solid #1f8dd6;
|
||||
}
|
||||
p {
|
||||
display: inline;
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
|
||||
.pure-img-responsive {
|
||||
|
Loading…
Reference in New Issue
Block a user