Skip to content

Commit

Permalink
minor style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tardate committed Jul 27, 2017
1 parent 5e8814c commit db45a66
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _includes/head.html
Expand Up @@ -12,6 +12,7 @@
<link rel="dns-prefetch" href="//maxcdn.bootstrapcdn.com">
<link rel="dns-prefetch" href="//cdn.mathjax.org">
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com">
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{% if page.meta_description %}{{ page.meta_description | xml_escape }}{% elsif page.summary %}{{ page.summary | xml_escape }}{% else %}{{ site.description | xml_escape }}{% endif %}">
{% if page.meta_robots %}<meta name="robots" content="{{ page.meta_robots }}">
Expand All @@ -30,6 +31,7 @@

<!-- Fonts -->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet" media="all" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Play:400,700" rel="stylesheet">

<!-- MathJax -->
{% if site.enable_mathjax %}
Expand Down
11 changes: 11 additions & 0 deletions assets/css/site.scss
Expand Up @@ -10,6 +10,13 @@
@import 'youtube';
@import 'video';

body {
font-family: 'Play','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.h1, .h2, .h3, h1, h2, h3 {
font-weight: 700;
}

.navbar-default {
background-color: unset;
border: none;
Expand Down Expand Up @@ -46,11 +53,15 @@
}

.post {
margin-bottom: 20px;
img {
max-width: 100%;
height: auto;
display: block;
}
h3 {
margin-top: 0;
}
}
.project-links {
a {
Expand Down

0 comments on commit db45a66

Please sign in to comment.