diff --git a/client/scss/asset-display/_asset-display.scss b/client/scss/asset-display/_asset-display.scss
index 4e1e1515..7b3daf7e 100644
--- a/client/scss/asset-display/_asset-display.scss
+++ b/client/scss/asset-display/_asset-display.scss
@@ -34,6 +34,10 @@
letter-spacing: 0;
text-align: center;
line-height: 32px;
+
+ @media (max-width: $break-point-tablet) {
+ padding: 0 20px;
+ }
}
.asset-image, .asset-video {
@@ -52,10 +56,6 @@
padding: 6px;
}
-// .vertical-split .asset-display {
-// height: 90vh;
-// }
-
.visible-content {
width: 100%;
margin: 0;
@@ -137,6 +137,6 @@
border-top: 1px solid $grey-alt;
padding-bottom: 80px;
@media (max-width: $break-point-tablet) {
- padding: 0;
+ padding-bottom: 0;
}
}
\ No newline at end of file
diff --git a/client/scss/text/_text.scss b/client/scss/text/_text.scss
index 331eaff7..0c5b6140 100644
--- a/client/scss/text/_text.scss
+++ b/client/scss/text/_text.scss
@@ -116,7 +116,7 @@ p, body, button, input, textarea, label, select, option {
}
p, body, button, input, textarea, label, select, option {
- font-size: $text-small;
+ font-size: 15px;
}
.text--extra-large {
@@ -146,7 +146,7 @@ p, body, button, input, textarea, label, select, option {
}
p, body, button, input, textarea, label, select, option {
- font-size: $text-x-small;
+ font-size: 15px;
}
.text--extra-large {
diff --git a/server/render/renderFullPage.js b/server/render/renderFullPage.js
index 8f40e2b2..12e39214 100644
--- a/server/render/renderFullPage.js
+++ b/server/render/renderFullPage.js
@@ -23,7 +23,6 @@ module.exports = (helmet, html, preloadedState) => {
window.__PRELOADED_STATE__ = ${JSON.stringify(preloadedState).replace(/
-