mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 05:57:32 -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
|
||||
margin-top 16px
|
||||
|
||||
@media (max-width 500px)
|
||||
margin-top 8px
|
||||
|
||||
&.naked
|
||||
background transparent !important
|
||||
box-shadow none !important
|
||||
|
|
|
@ -34,4 +34,10 @@ main
|
|||
margin 0 auto
|
||||
padding 8px
|
||||
|
||||
@media (min-width 500px)
|
||||
padding 16px
|
||||
|
||||
@media (min-width 600px)
|
||||
padding 32px
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue