mtg 4 items per row
This commit is contained in:
parent
c42c0a6b65
commit
8d662e1700
@ -18,6 +18,7 @@
|
||||
<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">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
@ -100,12 +100,16 @@ main {
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-wrap: wrap;
|
||||
margin: min(1rem, 1.5rem);
|
||||
/* max-width: max-content; */
|
||||
width: clamp(min-content, max-content, max-content+1rem)
|
||||
width: clamp(min-content, max-content, max-content+1rem);
|
||||
max-width: 25%;
|
||||
flex-basis: 20%
|
||||
|
||||
}
|
||||
|
||||
|
||||
.buttons {
|
||||
font-size: 3em;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user