fixed overlap footer MTG
This commit is contained in:
parent
70fe61f513
commit
4811181d36
@ -13,8 +13,16 @@
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<title>MTG Life Counter</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="stylesheet" type="text/css" href="/menu/menu.css" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<nav>
|
||||
<div id="nav_menu">
|
||||
</div>
|
||||
</nav>
|
||||
<script src="/menu/menu.js"></script>
|
||||
<main>
|
||||
<div id="player1" class="player">
|
||||
<div class="name" id="name1" contenteditable="true">
|
||||
|
||||
@ -94,7 +94,7 @@
|
||||
flex-direction: row;
|
||||
justify-content:space-evenly;
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
position: relative;
|
||||
bottom: 0;
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user