Remove temporary "not ready" message"

This commit is contained in:
Hippo 2019-08-03 20:45:44 +05:30
parent 2001c1ee30
commit 537b969fab
1 changed files with 1 additions and 10 deletions

View File

@ -88,16 +88,7 @@ figure {
text-align: center;
}
/* Temporary "not ready" banner */
body::before {
content: "Heads up! This website isn't ready yet. You can look around, but be aware that the current version is still on Medium (https://medium.com/snipette).";
background-color: red;
width: calc(100vw - 2.6em);
text-align: center;
display: block;
color: white;
padding: 1em;
}
/* Scissors */
.wp-block-separator {
display:block;