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