mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 15:25:01 -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;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and ( min-width: 1024px ) {
|
@media only screen and ( min-width: 768px ) {
|
||||||
.desktop-only {
|
.desktop-only {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue