diff --git a/frontend/src/components/Footer.vue b/frontend/src/components/Footer.vue index 46ebe49..d7e2a1b 100644 --- a/frontend/src/components/Footer.vue +++ b/frontend/src/components/Footer.vue @@ -1,7 +1,7 @@ diff --git a/frontend/src/components/Index/PackageList.vue b/frontend/src/components/Index/PackageList.vue index 2e4fb64..934d6c1 100644 --- a/frontend/src/components/Index/PackageList.vue +++ b/frontend/src/components/Index/PackageList.vue @@ -64,7 +64,7 @@ watch( {{pkg.name}} - {{ pkg[heading.field] }} + {{ pkg[heading.field] }} diff --git a/frontend/src/style/_root.scss b/frontend/src/style/_root.scss index e07f49f..ef7b368 100644 --- a/frontend/src/style/_root.scss +++ b/frontend/src/style/_root.scss @@ -15,7 +15,7 @@ -webkit-text-size-adjust: 100%; } -@media screen and (max-width: 576px) { +@media screen and (max-width: 650px) { :root { font-size: 12px; } diff --git a/frontend/src/style/main.scss b/frontend/src/style/main.scss index 3586971..a57e7d3 100644 --- a/frontend/src/style/main.scss +++ b/frontend/src/style/main.scss @@ -41,6 +41,10 @@ table { margin: .5em 0; } +.wrap { + white-space: normal; +} + .box { border: 1px solid #bcd; padding: .5em;