pixel pushing

This commit is contained in:
John Hess 2022-10-10 16:00:01 -05:00
parent e6908a34bf
commit fe5a12592b
4 changed files with 23 additions and 19 deletions

View file

@ -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 {