Skip to content
Snippets Groups Projects
Commit bc735b85 authored by Arie Peterson's avatar Arie Peterson
Browse files

Merge branch 'tighter-signup-modal' into 'main'

tiny tin's tiny tweak

See merge request stackspin/dashboard!135
parents 695e5eb5 8d0b75ba
No related branches found
No related tags found
1 merge request!135tiny tin's tiny tweak
Pipeline #41682 passed with stages
in 3 minutes and 50 seconds
......@@ -852,14 +852,88 @@ video {
margin-bottom: 0px;
}
.md\:w-8\/12 {
.md\:min-h-full {
min-height: 100%;
}
.md\:w-20 {
width: 5rem;
}
.md\:w-1\/6 {
width: 16.666667%;
}
.md\:w-2\/6 {
width: 33.333333%;
}
.md\:w-1\/4 {
width: 25%;
}
.md\:w-1\/2 {
width: 50%;
}
.md\:w-1\/3 {
width: 33.333333%;
}
.md\:w-80 {
width: 20rem;
}
.md\:w-96 {
width: 24rem;
}
.md\:w-2\/3 {
width: 66.666667%;
}
.md\:max-w-md {
max-width: 28rem;
}
.md\:max-w-sm {
max-width: 24rem;
}
.md\:max-w-lg {
max-width: 32rem;
}
.md\:flex-col {
flex-direction: column;
}
.md\:justify-center {
justify-content: center;
}
}
@media (min-width: 1024px) {
.lg\:w-1\/4 {
width: 25%;
}
.lg\:w-1\/3 {
width: 33.333333%;
}
.lg\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
}
@media (min-width: 1280px) {
.xl\:w-1\/3 {
width: 33.333333%;
}
.xl\:max-w-md {
max-width: 28rem;
}
}
......@@ -31,7 +31,7 @@
<div class="flex min-h-full flex-col justify-center px-6 py-12 lg:px-8">
<div class="sm:mx-auto sm:w-full md:w-8/12 bg-white shadow rounded-lg space-y-8 mb-4 md:mb-0 p-8">
<div class="mx-auto w-full h-full md:w-2/3 md:max-w-lg bg-white shadow rounded-lg space-y-8 mb-4 md:mb-0 p-8">
<div id="contentFlowExpired" class='alert alert-warning' style='display:none'>Your request has expired.
Please resubmit your request.</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment