Browse Source

Added more space over the badge on mobile screens

pull/217/head
Ponkhy 3 years ago
parent
commit
45c162583b
  1. 6
      src/pages/Details.vue

6
src/pages/Details.vue

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

Loading…
Cancel
Save