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>
|
</div>
|
||||||
<!-- CDRING END -->
|
<!-- 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">
|
<link rel="stylesheet" href="https://axelotl3001.neocities.org/webring/onionring.css">
|
||||||
<div id='Bad-coders'>
|
<div id='Bad-coders'>
|
||||||
<script type="text/javascript" src="https://axelotl3001.neocities.org/webring/onionring-variables.js"></script>
|
<script type="text/javascript" src="https://axelotl3001.neocities.org/webring/onionring-variables.js"></script>
|
||||||
|
|
|
||||||
|
|
@ -1310,15 +1310,15 @@ header div:first-child {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
.headerContent {
|
||||||
padding-top: 1.4rem;
|
padding-top: 1rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
header ul {
|
header ul {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
margin-bottom: 1.4rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue