From 17ffad34412fc8b8985d2da3b9ef448c989c49c1 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Tue, 11 Jan 2022 22:57:44 +0100 Subject: [PATCH] fix: prevent quick-facts column styling on mobile --- src/views/Anatomy.vue | 10 +++++----- src/views/General.vue | 22 +++++++++++++--------- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/src/views/Anatomy.vue b/src/views/Anatomy.vue index e2f7816..cbf1605 100644 --- a/src/views/Anatomy.vue +++ b/src/views/Anatomy.vue @@ -47,7 +47,7 @@ -
    +
    • Bipedal plantigrade
    • Red and yellow scales
    • Yellow scales under chin, torso, underside of tail
    • @@ -78,7 +78,7 @@

      Wings

      -
        +
        • Wingspan {{ wingspan / 100 }} meters ({{ toImperial(this.wingspan) }})
        • @@ -120,7 +120,7 @@ -
            +
            • Round pupils, green iris
            • Yellow spikes for eyebrows
            • Yellow spikes on cheeks
            • @@ -151,7 +151,7 @@

              Upper Body

              -
                +
                • Strong upper body
                • Big pecs
                • Defined abs
                • @@ -371,7 +371,7 @@ -
                    +
                    • Human-shaped with ridges
                    • Ring-like sheath surrounding shaft
                    • diff --git a/src/views/General.vue b/src/views/General.vue index b238d3a..4208df9 100644 --- a/src/views/General.vue +++ b/src/views/General.vue @@ -139,7 +139,7 @@ -
                        +
                        • Supremely horny
                        • Confident, knows what he's got
                        • Dominant lover, likes it rough but is no brute
                        • @@ -200,17 +200,21 @@ export default {