Remove temporary "not ready" message"
This commit is contained in:
parent
2001c1ee30
commit
537b969fab
1 changed files with 1 additions and 10 deletions
11
style.css
11
style.css
|
@ -88,16 +88,7 @@ figure {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Temporary "not ready" banner */
|
/* Scissors */
|
||||||
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;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-separator {
|
.wp-block-separator {
|
||||||
display:block;
|
display:block;
|
||||||
|
|
Loading…
Reference in a new issue