💄 (app) better responsive design

This commit is contained in:
2020-07-14 15:56:25 +02:00
parent 058f91de60
commit 1d2871ae99
7 changed files with 45 additions and 19 deletions

View File

@@ -76,6 +76,15 @@
@play="start"
@pause="pause"
/>
<footer>
chill with
<a
href="https://www.youtube.com/watch?v=5qap5aO4i9A"
target="_blank"
rel="noopener noreferrer"
>chilled cow</a
>
</footer>
</div>
</template>
@@ -120,6 +129,8 @@ export default defineComponent({
</script>
<style lang="scss" scoped>
@import '@/styles/variables';
.home {
display: flex;
flex: 1;
@@ -144,4 +155,10 @@ export default defineComponent({
.music {
margin: 1rem 0;
}
footer {
justify-self: flex-end;
font-family: $serif-font-family;
font-style: italic;
}
</style>