bigger touch targets

This commit is contained in:
John Hess 2024-06-12 21:50:55 -05:00
parent c7646d99ce
commit 48f3d1d6ae
8 changed files with 14 additions and 1262 deletions

View file

@ -27,8 +27,13 @@ div.foot {
.breadcrumbs {
display: flex;
align-items: center;
margin: 10px;
height: 34px;
height: 54px;
a {
height: -webkit-fill-available;
}
.home-icon {
padding-left: 12px;
}
.path-next {
margin: 0 5px;
height: 12px;
@ -46,12 +51,12 @@ div.foot {
.breadcrumb-name {
display: flex;
align-items: center;
height: 34px;
margin: 10px;
height: 48px;
a {
display: flex;
align-items: center;
height: -webkit-fill-available;
padding: 0 10px;
}
img.back {
width: 18px;
@ -81,8 +86,8 @@ hr.full-width {
display: flex;
align-items: center;
width: 100%;
height: 44px;
margin: 10px;
height: 54px;
margin: 0 10px;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
}