0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 01:22:44 +00:00

change page works, added change zoom via input too

This commit is contained in:
Víctor Losada Hernández
2024-05-31 19:43:09 +02:00
parent 933dc372d2
commit 69db1e2cb7
3 changed files with 89 additions and 24 deletions

View File

@@ -13,12 +13,12 @@
z-index: 1;
display: flex;
justify-content: center;
align-items: baseline;
align-items: center;
column-gap: 15px;
row-gap: 5px;
flex-wrap: wrap;
span {
input {
background: #eee;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
@@ -27,7 +27,7 @@
color: #000;
padding: 2px 5px;
border-radius: 7px;
width: 50px;
height:1.5em;
}
.tool {