Revert "Add banner"

This reverts commit c24e64a235.
This commit is contained in:
Augusto Gunsch 2023-01-03 10:01:26 +01:00
parent c24e64a235
commit 25eb2c6aa5
2 changed files with 0 additions and 17 deletions

View File

@ -113,20 +113,6 @@
position: relative; position: relative;
} }
#banner {
background-color: red;
color: white;
padding: 10px;
font-weight: bold;
font-size: 30px;
text-align: center;
font-family: sans-serif;
}
#banner a {
color: white;
}
@media only screen and (max-width: 600px) { @media only screen and (max-width: 600px) {
#body { #body {
background-image: none; background-image: none;

View File

@ -41,8 +41,5 @@
</span> </span>
</main> </main>
</div> </div>
<div id="banner">
&#x1F1E7;&#x1F1F7; <a href="https://obrasilfoiroubado.com">#BrazilWasStolen</a>
</div>
</body> </body>
</html> </html>