aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--juick-www/src/main/assets/style.css6
-rw-r--r--juick-www/webpack.config.js2
2 files changed, 2 insertions, 6 deletions
diff --git a/juick-www/src/main/assets/style.css b/juick-www/src/main/assets/style.css
index 0dc42077..8715bcc9 100644
--- a/juick-www/src/main/assets/style.css
+++ b/juick-www/src/main/assets/style.css
@@ -118,8 +118,6 @@ body > header {
padding: 4px;
}
.header--hidden {
- -webkit-transform: translateY(-100%);
- -ms-transform: translateY(-100%);
transform: translateY(-100%);
}
#footer {
@@ -132,9 +130,7 @@ body > header {
@media screen and (max-width: 850px) {
body {
- -moz-text-size-adjust: 100%;
- -webkit-text-size-adjust: 100%;
- -ms-text-size-adjust: 100%;
+ text-size-adjust: 100%;
}
body,
#wrapper,
diff --git a/juick-www/webpack.config.js b/juick-www/webpack.config.js
index b1e53ece..fd29405a 100644
--- a/juick-www/webpack.config.js
+++ b/juick-www/webpack.config.js
@@ -30,7 +30,7 @@ module.exports = {
loader: "postcss-loader", options: {
plugins: () => [
require('autoprefixer')({
- browsers: 'last 2 versions, > 1%'
+ browsers: 'last 4 versions, > 1%, ie >= 8'
})
]
}