Valentine 10.2
This commit is contained in:
parent
3bd2a9bb1a
commit
f3e9504b35
@ -206,20 +206,20 @@ h1.p1-title {
|
||||
}
|
||||
|
||||
.button-group {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
justify-items: center;
|
||||
align-items: center;
|
||||
gap: 1rem;
|
||||
margin-top: 2rem;
|
||||
position: relative;
|
||||
min-height: 60px;
|
||||
min-height: 80px;
|
||||
}
|
||||
|
||||
.btn {
|
||||
padding: 0.75rem 1.75rem;
|
||||
font-size: 1rem;
|
||||
padding: 1.125rem 2.625rem;
|
||||
font-size: 1.5rem;
|
||||
font-weight: 600;
|
||||
border-radius: 10px;
|
||||
border-radius: 12px;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
transition: transform 0.1s ease, font-size 0.2s ease, background-color 0.2s ease;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user