mirror of
https://github.com/TheRealOwenRees/chess-scribe-website.git
synced 2026-07-23 01:46:57 +00:00
basic large screen layout
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user