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