improving github page responsiveness

This commit is contained in:
LL
2022-08-31 01:02:33 -03:00
parent 086ca30323
commit 6ff080c36b
3 changed files with 31 additions and 25 deletions

View File

@@ -85,7 +85,7 @@ label {
@apply inline-block w-64 text-xs tracking-tight md:text-sm;
}
.btn {
@apply text-white text-base;
@apply text-white text-base min-w-fit h-12;
}
a {
@@ -195,4 +195,8 @@ a {
}
.table *{
border: none;
}
input {
@apply w-48 lg:w-96;
}