diff --git a/client/assets/styles/vbox.less b/client/assets/styles/vbox.less index 71999993..e92a2c93 100644 --- a/client/assets/styles/vbox.less +++ b/client/assets/styles/vbox.less @@ -207,4 +207,12 @@ line-height: initial; } } +} + +@media (min-width: 2000px) { + .vbox { + button { + height: 4.5em; + } + } } \ No newline at end of file