basic large screen layout

This commit is contained in:
2026-06-02 21:15:03 +02:00
parent 19c2951cc3
commit 1c8f1674b7
3 changed files with 76 additions and 60 deletions
+5
View File
@@ -1,8 +1,12 @@
.btn {
display: inline-flex;
font-size: 1rem;
font-weight: bold;
cursor: pointer;
border-radius: 0.5rem;
height: 50px;
align-items: center;
justify-items: center;
transition: all 0.3s ease;
@@ -17,6 +21,7 @@
font-size: 1.25rem;
padding: 1rem 4rem;
border-radius: 1.5rem;
height: auto;
}
.btn-primary {