diff --git a/html/css/inbox.css b/html/css/inbox.css index 20a11fa..34062d4 100644 --- a/html/css/inbox.css +++ b/html/css/inbox.css @@ -200,8 +200,11 @@ a.btn:is(:hover, :focus, :active) { margin: auto; } .container-inside .block { + display: flex; + flex-direction: column; font-family: 'Inter'; min-width: 355px; + min-height: 340px; padding: 40px; border-radius: 12px; background-color: var(--white); @@ -235,7 +238,8 @@ a.btn:is(:hover, :focus, :active) { } .container-inside .block .btn { width: auto; - margin-top: var(--indent-medium); + /*margin-top: var(--indent-medium);*/ + margin-top: auto; } :is(.ul, .fl) .container-inside { padding: 0; diff --git a/html/index.html b/html/index.html index 6c79084..eddd8d7 100644 --- a/html/index.html +++ b/html/index.html @@ -24,8 +24,8 @@