This commit is contained in:
parent
e7de4a37b4
commit
f51be55139
@ -12,7 +12,7 @@
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<title>MTG Life Counter</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="stylesheet" type="text/css" href="/menu/menu.css" />
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
|
||||
|
||||
|
||||
@ -99,9 +99,9 @@ main {
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: 1.5rem;
|
||||
max-width: max-content;
|
||||
|
||||
margin: min(1rem, 1.5rem);
|
||||
/* max-width: max-content; */
|
||||
width: clamp(min-content, max-content, max-content+1rem)
|
||||
|
||||
}
|
||||
|
||||
@ -143,6 +143,7 @@ color:rgb(141, 140, 140);
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
/* font-size: 3rem; */
|
||||
|
||||
}
|
||||
|
||||
.lifeUp{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user