Fix header selector for mobile media query.
This commit is contained in:
parent
ac895d086c
commit
1326b8335f
2 changed files with 10 additions and 3 deletions
|
|
@ -249,6 +249,13 @@ headerLink: home
|
|||
</div>
|
||||
<!-- CDRING END -->
|
||||
|
||||
<div style="display:grid;place-items:center">
|
||||
<a href="https://nanacore.net/cliques/brs">
|
||||
<img src="https://nanacore.net/imgs/brs/bandeira.png" title="Esse site faz parte do WebCírculo BR!">
|
||||
</a>
|
||||
<a href="https://nanacore.net/cliques/brs?action=random">random</a>
|
||||
</div>
|
||||
|
||||
<link rel="stylesheet" href="https://axelotl3001.neocities.org/webring/onionring.css">
|
||||
<div id='Bad-coders'>
|
||||
<script type="text/javascript" src="https://axelotl3001.neocities.org/webring/onionring-variables.js"></script>
|
||||
|
|
|
|||
|
|
@ -1310,15 +1310,15 @@ header div:first-child {
|
|||
margin: auto;
|
||||
}
|
||||
|
||||
header {
|
||||
padding-top: 1.4rem;
|
||||
.headerContent {
|
||||
padding-top: 1rem;
|
||||
text-align: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
header ul {
|
||||
margin: auto;
|
||||
margin-bottom: 1.4rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
main {
|
||||
|
|
|
|||
Loading…
Reference in a new issue