Skip to content
Snippets Groups Projects
Commit 98074c26 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch 'responsive-2' into 'develop'

Fixed really small size on small screens

See merge request funkwhale/funkwhale!55
parents 2ad735bf 94f8aaba
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ Changelog
- Fixed broken file import due to wrong url (#73)
- More accurate mimetype detection
- Fixed really small size on small screens.
0.5.1 (2018-02-24)
......
......@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>Funkwhale</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="app"></div>
......
......@@ -59,7 +59,7 @@ export default {
html, body {
@include media("<desktop") {
font-size: 200%;
font-size: 90%;
}
}
#app {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment