update alert sizes

This commit is contained in:
Cloudburst 2022-10-01 20:30:02 +02:00 committed by GitHub
parent dc86942144
commit d7efcbdc43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ const IndexPage = () => {
</div>
</div>
{(!repos && !afterTimeout) &&
<div class="alert shadow-lg">
<div class="alert shadow-lg w-full mx-10 md:w-2/3 mb-5">
<div>
<span>Fetching data...</span>
<progress class="progress progress-primary w-1/3"></progress>
@ -62,7 +62,7 @@ const IndexPage = () => {
</>
}
{(!repos && afterTimeout) &&
<div class="alert alert-error shadow-lg">
<div class="alert alert-error shadow-lg w-full mx-10 md:w-2/3 mb-5">
<div>
<BiErrorAlt />
<div>