mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-07 06:57:12 -04:00
[#181] update breakpoint for .desktop-only
This commit is contained in:
parent
a1d89464ad
commit
ab996c3251
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ body {
|
|||
display: none;
|
||||
}
|
||||
|
||||
@media only screen and ( min-width: 1024px ) {
|
||||
@media only screen and ( min-width: 768px ) {
|
||||
.desktop-only {
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue