pixel pushing
This commit is contained in:
parent
e6908a34bf
commit
fe5a12592b
4 changed files with 23 additions and 19 deletions
|
|
@ -21,6 +21,7 @@ body {
|
|||
}
|
||||
|
||||
.main-area {
|
||||
min-width: 375px;
|
||||
max-width: 500px;
|
||||
margin: 0 auto;
|
||||
overflow: hidden;
|
||||
|
|
@ -72,14 +73,15 @@ body {
|
|||
.btn-split {
|
||||
display: inline-flex;
|
||||
.btn-logo {
|
||||
border-right: 1pt;
|
||||
border-right-color: black;
|
||||
border-right-style: solid;
|
||||
margin: auto 0px;
|
||||
height: 60px;
|
||||
}
|
||||
.btn-text {
|
||||
border-left: 1pt;
|
||||
border-left-color: black;
|
||||
border-left-style: solid;
|
||||
text-align: left;
|
||||
padding: 0px 20px;
|
||||
padding: 12px 20px;
|
||||
height: fit-content;
|
||||
margin: auto;
|
||||
.button-main-text {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue