mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 15:25:01 -04:00
[#181] add justify-content: space-between to the banner
This commit is contained in:
parent
3102adc73d
commit
daf2c684a9
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@
|
||||||
color: var(--banner-font-colour);
|
color: var(--banner-font-colour);
|
||||||
background-color: var(--banner-bg-colour);
|
background-color: var(--banner-bg-colour);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
|
/*///////// dolphin additions //////*/
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
#banner i {
|
#banner i {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue