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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user