This commit is contained in:
parent
c46f70f4b0
commit
6d0895503a
16 changed files with 35 additions and 72 deletions
|
|
@ -507,15 +507,20 @@ audio {
|
|||
}
|
||||
|
||||
/* image-button grid */
|
||||
.img-buttons {
|
||||
imgbtn-grid {
|
||||
align-items: normal;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
font-size: 0 !important;
|
||||
flex-flow: row wrap;
|
||||
font-size: 0px !important;
|
||||
gap: 5px;
|
||||
justify-content: center;
|
||||
margin-inline: auto;
|
||||
|
||||
a, button {
|
||||
height: 31px;
|
||||
width: 88px;
|
||||
}
|
||||
|
||||
img {
|
||||
height: 31px;
|
||||
image-rendering: crisp-edges !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue