Added more space over the badge on mobile screens

This commit is contained in:
Ponkhy 2021-08-11 11:16:53 +02:00
parent 2461f5084e
commit 45c162583b
1 changed files with 6 additions and 0 deletions

View File

@ -306,6 +306,12 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
@import "../assets/vars.scss"; @import "../assets/vars.scss";
@media (max-width: 767px) {
.badge {
margin-top: 14px;
}
}
@media (max-width: 550px) { @media (max-width: 550px) {
.functions { .functions {
text-align: center; text-align: center;