* production deploy

* page font size changes
* article side separator height
* tablet view inline image float
This commit is contained in:
Danyi Dávid
2018-05-06 21:20:05 +02:00
parent 460efff899
commit de88d599af
3 changed files with 15 additions and 12 deletions

View File

@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"/>
<title><?= $this->e($title) ?> - Swedish Chamber</title>
<link rel="shortcut icon" href="https://framework.zend.com/ico/favicon.ico"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:700|Raleway:500">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,700|Raleway:400,500,700">
<link rel="stylesheet" href="<?= $this->serverurl('/styles/normalize.css') ?>"/>
<link rel="stylesheet" href="<?= $this->serverurl('/styles/main.css') ?>"/>
<?= $this->section('stylesheets') ?>