forked from Ivasoft/geovisio-website
fix css header desktop
This commit is contained in:
@@ -44,17 +44,17 @@ onMounted(async () => {
|
||||
})
|
||||
</script>
|
||||
<style scoped>
|
||||
.entry-page {
|
||||
display: flex;
|
||||
padding-top: 6rem;
|
||||
}
|
||||
.entry-viewer {
|
||||
position: relative;
|
||||
min-height: calc(100vh - 8rem);
|
||||
width: 100vw;
|
||||
}
|
||||
@media (max-width: 500px) {
|
||||
.entry-viewer {
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
min-height: -webkit-fill-available;
|
||||
min-height: moz-available;
|
||||
min-height: fill-available;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user