mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 16:25:01 -04:00
[#181] tidy up changes so far ( move css blocks to their appropriate places, remove redundant css, update template to work with mobile UI )
This commit is contained in:
parent
5d25276399
commit
6da34bcf52
6 changed files with 70 additions and 81 deletions
|
@ -8,13 +8,14 @@
|
|||
|
||||
#banner {
|
||||
position: absolute;
|
||||
height: 40px;
|
||||
height: var(--banner-height);
|
||||
width: 100%;
|
||||
line-height: 40px;
|
||||
line-height: var(--banner-height);
|
||||
border-bottom: 1px solid var(--primary-border-colour);
|
||||
color: var(--banner-font-colour);
|
||||
background-color: var(--banner-bg-colour);
|
||||
margin: 0;
|
||||
/* flex is applied through .row */
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue