mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 00:06:17 -04:00
Fix the aspect ratio fix
This commit is contained in:
parent
d9fdae9175
commit
757176727d
1 changed files with 2 additions and 2 deletions
|
@ -52,6 +52,7 @@
|
|||
line-height: 30px;
|
||||
background-color: var(--primary-background-colour);
|
||||
flex-direction: row;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.io-card.card:hover {
|
||||
|
@ -68,8 +69,7 @@
|
|||
margin-top: auto;
|
||||
margin-right: auto;
|
||||
margin-bottom: auto;
|
||||
padding: 10px;
|
||||
padding-right: 0px;
|
||||
padding: 0px;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue