Fix body not filling vertical space.
This commit is contained in:
parent
45bd80caa4
commit
b4cd4b6130
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
|
||||
<style>
|
||||
body
|
||||
{
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
body, .nice_link
|
||||
{
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue