@ -92,7 +92,7 @@ App.prototype.render = function () {
// panel content
h('.app-primary' + (transForward ? '.from-right' : '.from-left'), {
style: {
maxWidth: '850px',
width: '100%',
},
}, [
this.renderPrimary(),
@ -19,7 +19,11 @@ Notice.prototype.render = function () {
const disabled = state.disclaimerDisabled
return (
h('.flex-column.flex-center.flex-grow', [
h('.flex-column.flex-center.flex-grow', {
h('h3.flex-center.text-transform-uppercase.terms-header', {
background: '#EBEBEB',