mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
🎨
This commit is contained in:
parent
338500fe64
commit
1dc6431192
2 changed files with 9 additions and 0 deletions
|
@ -49,6 +49,9 @@ export default Vue.extend({
|
||||||
& + .ukygtjoj
|
& + .ukygtjoj
|
||||||
margin-top 16px
|
margin-top 16px
|
||||||
|
|
||||||
|
@media (max-width 500px)
|
||||||
|
margin-top 8px
|
||||||
|
|
||||||
&.naked
|
&.naked
|
||||||
background transparent !important
|
background transparent !important
|
||||||
box-shadow none !important
|
box-shadow none !important
|
||||||
|
|
|
@ -34,4 +34,10 @@ main
|
||||||
margin 0 auto
|
margin 0 auto
|
||||||
padding 8px
|
padding 8px
|
||||||
|
|
||||||
|
@media (min-width 500px)
|
||||||
|
padding 16px
|
||||||
|
|
||||||
|
@media (min-width 600px)
|
||||||
|
padding 32px
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue