mirror of
https://github.com/LJ5O/website.git
synced 2026-08-11 22:54:46 +02:00
Fixed invalid footer placement on small pages
This commit is contained in:
@@ -7,12 +7,16 @@ import GOLbackground from '@/components/GOLbackground.vue';
|
|||||||
<template>
|
<template>
|
||||||
<GOLbackground />
|
<GOLbackground />
|
||||||
|
|
||||||
|
<main>
|
||||||
<RouterView/>
|
<RouterView/>
|
||||||
|
</main>
|
||||||
|
|
||||||
<app_footer />
|
<app_footer />
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
main{
|
||||||
|
flex:1;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -28,3 +28,10 @@ a:visited{
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#app{
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user