Browse Source

autoformatter

main
cellarspoon 2 years ago
parent
commit
b9a5cc0c35
No known key found for this signature in database GPG Key ID: 3789458B3D0C410
  1. 10
      static/styles.css

10
static/styles.css

@ -1,5 +1,3 @@
/* go wild ... */
* {
border: 1px solid red;
}
@ -12,7 +10,6 @@ div.container{
max-width: 100%;
}
div.forms {
/* padding-top: 24px;*/
max-width: 50%;
@ -25,14 +22,17 @@ div.iframe {
height: 480px;
display: inline-block;
border: 2px solid blue;
}
ul li {
list-style: none;
}
#title, #author, #comments, #timestamp, #tags {
#title,
#author,
#comments,
#timestamp,
#tags {
display: flex;
}

Loading…
Cancel
Save