Merge remote-tracking branch 'upstream/develop' into develop

This commit is contained in:
gianantoniopini
2020-12-14 09:00:56 +01:00
2 changed files with 7 additions and 1 deletions

View File

@ -5,7 +5,7 @@ module.exports = {
title: 'Reactive Resume',
siteUrl: 'https://rxresu.me',
description: 'A free and open source resume builder.',
version: '2.3.4',
version: '2.3.5',
},
plugins: [
'gatsby-plugin-react-helmet',

View File

@ -60,6 +60,11 @@ section {
}
@media print {
html,
body {
background-color: white;
}
html,
body,
body * {
@ -75,6 +80,7 @@ section {
#page {
width: 21cm;
min-height: 29.7cm;
position: absolute;
text-align: start;
top: 0;