fix mobile

master
adb 2 years ago
parent 6dca8299d6
commit d3e7cb7ecd

@ -1,5 +1,5 @@
<template> <template>
<div> <div class="asciiLogoWrapper">
<pre class="asciiLogo"> <pre class="asciiLogo">
@ -18,11 +18,22 @@ export default {
</script> </script>
<style scoped> <style scoped>
.asciiLogo{ .asciiLogoWrapper{
font-size: .9rem; width: 100%;
font-weight: 1rem; display: flex;
justify-content: center;
}
.asciiLogo {
color: #399d9d; color: #399d9d;
background-color: unset; background-color: transparent;
width: fit-content; width: fit-content;
font-size: .8rem;
}
@media screen and (max-width: 900px) {
.asciiLogo {
font-size: calc(1.2vw);
}
} }
</style> </style>

@ -5,4 +5,11 @@
*/ */
.home .hero img .home .hero img
max-width 450px!important max-width 600px!important
width 100%
.videoRatio
aspect-ratio 16/9
:focus, :focus-visible
outline unset!important

@ -13,7 +13,7 @@ Most of us are also into electronics and IT. So we also take care of the light s
### Videos ### Videos
<iframe width="100%" height="315" sandbox="allow-same-origin allow-scripts allow-popups" src="https://video.cybre.town/videos/embed/851f1d41-eab9-44f6-95f1-ba6b24a4fc4d" frameborder="0" allowfullscreen></iframe> <iframe class="videoRatio" width="100%" sandbox="allow-same-origin allow-scripts allow-popups" src="https://video.cybre.town/videos/embed/851f1d41-eab9-44f6-95f1-ba6b24a4fc4d" frameborder="0" allowfullscreen></iframe>
See more: [YouTube](https://www.youtube.com/channel/UCoxRdN8T4aCR8tqDpOJAjOQ) [alternative](https://invidious.snopyta.org/channel/UCoxRdN8T4aCR8tqDpOJAjOQ) See more: [YouTube](https://www.youtube.com/channel/UCoxRdN8T4aCR8tqDpOJAjOQ) [alternative](https://invidious.snopyta.org/channel/UCoxRdN8T4aCR8tqDpOJAjOQ)

@ -4,10 +4,6 @@ sidebar: auto
Events Events
=== ===
## The Next Big Thing ## Next Big Thing
### Comming soon ... ### Comming soon ...
## Past Events
### Rave Ostseebad

@ -1,6 +1,6 @@
--- ---
home: true home: true
heroImage: /images/logo.png //heroImage: /images/logo.png
heroText: Strobe Town heroText: Strobe Town
tagline: events you keep in mind tagline: events you keep in mind
actionText: Events → actionText: Events →
@ -12,10 +12,9 @@ features:
details: We work together with lots of different people and DJs to provide you stunning events. details: We work together with lots of different people and DJs to provide you stunning events.
- title: Strobe - title: Strobe
details: We love to create amazing events to make you feel the power of music. details: We love to create amazing events to make you feel the power of music.
footer: Strobe Town | Copyright © 2022
- footer: MIT Licensed | Copyright © 2018-present Evan You
--- ---
<ToggleDarkMode/> <ASCIILogo/>
We are Strobe Town We are Strobe Town
=== ===
@ -24,5 +23,5 @@ We are Strobe Town
- [About us →](/about-us/) - [About us →](/about-us/)
- [What we Love →](/about-us/#what-we-love) - [What we Love →](/about-us/#what-we-love)
- [Events →](/events/) - [Events →](/events/)
- [Next Big Thing →](/events/#the-next-big-thing) - [Next Big Thing →](/events/#next-big-thing)
- [Tickets →](https://tickets.strobe.town) - [Tickets →](https://tickets.strobe.town)

Loading…
Cancel
Save