Fix navbar
This commit is contained in:
@@ -139,6 +139,9 @@
|
|||||||
<!-- CSS/SCSS -->
|
<!-- CSS/SCSS -->
|
||||||
<link rel="stylesheet" href="{{ get_url(path="css/index.css", trailing_slash=false, cachebust=true) | safe }}" />
|
<link rel="stylesheet" href="{{ get_url(path="css/index.css", trailing_slash=false, cachebust=true) | safe }}" />
|
||||||
<style>
|
<style>
|
||||||
|
.space-x-10>:not([hidden])~:not([hidden]){
|
||||||
|
margin-left: calc(1.5rem*calc(1 - var(--tw-space-x-reverse)))!important;
|
||||||
|
}
|
||||||
@-moz-document url-prefix() {
|
@-moz-document url-prefix() {
|
||||||
.lazy:-moz-loading {
|
.lazy:-moz-loading {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
@@ -155,6 +158,11 @@
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media (min-width: 640px){
|
||||||
|
.sm\:space-x-4>:not([hidden])~:not([hidden]){
|
||||||
|
margin-left: calc(2rem*calc(1 - var(--tw-space-x-reverse)))!important;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<script type='text/javascript'
|
<script type='text/javascript'
|
||||||
src='https://platform-api.sharethis.com/js/sharethis.js#property=62556aac80366d0019fc1af2&product=sop'
|
src='https://platform-api.sharethis.com/js/sharethis.js#property=62556aac80366d0019fc1af2&product=sop'
|
||||||
|
|||||||
Reference in New Issue
Block a user