diff --git a/D-cog/src/components/dcogs/box.css b/D-cog/src/components/dcogs/box.css index fcbc895c..42bd12a3 100644 --- a/D-cog/src/components/dcogs/box.css +++ b/D-cog/src/components/dcogs/box.css @@ -385,4 +385,10 @@ ol,ul { .smileynav .btn svg{ width: 100%; height: 100%; +} +@media (max-width:768px) { + .smileynav .btn{ + width: 41px; + height: 41px; + } } \ No newline at end of file