mirror of
https://github.com/LJ5O/website.git
synced 2026-08-11 14:44: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>
|
||||
<GOLbackground />
|
||||
|
||||
<RouterView/>
|
||||
<main>
|
||||
<RouterView/>
|
||||
</main>
|
||||
|
||||
<app_footer />
|
||||
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
main{
|
||||
flex:1;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -27,4 +27,11 @@ a:visited{
|
||||
border-radius: 6px;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#app{
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
Reference in New Issue
Block a user