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;
|
||||
}
|
||||
|
||||
/* 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;
|
||||
|
|
Loading…
Reference in a new issue