sticky footer
This commit is contained in:
@ -21,6 +21,14 @@
|
|||||||
.hamburger.active .bar:nth-child(3) {
|
.hamburger.active .bar:nth-child(3) {
|
||||||
transform: translateY(-8px) rotate(-45deg);
|
transform: translateY(-8px) rotate(-45deg);
|
||||||
}
|
}
|
||||||
|
body {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
min-height: 100vh;
|
||||||
|
}
|
||||||
|
main {
|
||||||
|
flex-grow: 1;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@ -133,7 +141,6 @@
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script src="js/app.js"></script>
|
<script src="js/app.js"></script>
|
||||||
|
|
||||||
<script src="https://my-mc.link/js/main.js"></script>
|
<script src="https://my-mc.link/js/main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user