Compare commits

...

4 Commits

2 changed files with 12 additions and 4 deletions

View File

@ -2,6 +2,14 @@
* {
font-family: 'Open Sans', arial, sans-serif;
}
pre {
font-family: 'Open Sans', monospace;
background: #eee;
padding: 10px;
border-radius: 4px;
box-shadow: 3px 3px 3px 3px #555;
overflow-x: scroll;
}
body {
color: #444;
}
@ -38,8 +46,6 @@ article h1 {
}
.row {
display: flex;
}
.row {
flex-wrap: wrap;
}
.text-center {
@ -55,6 +61,9 @@ article.page footer {
text-align: right;
font-size: 0.8em;
}
article {
display: grid;
}
#fh5co-content {
display: flex;
justify-content: center;

View File

@ -1,6 +1,5 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<?php echo Theme::css('fonts/opensans/stylesheet.css'); ?>
<meta name="author" content="Bludit CMS">
@ -13,7 +12,7 @@
<!-- Include Favicon -->
<?php echo Theme::favicon('img/favicon.png?v=0'); ?>
<?php echo Theme::css('css/style.css?v=2'); ?>
<?php echo Theme::css('css/style.css?v=4'); ?>
<!-- Load Bludit Plugins: Site head -->
<?php Theme::plugins('siteHead'); ?>