Skip to content

Commit e109a4c

Browse files
author
ggio
committed
ajustando tamanho da fonte
1 parent 3d34402 commit e109a4c

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
</nav>
3737

3838
<!-- POSTAGENS -->
39-
<main class="tl f5 relative pa4 pa4-ns overflow-hidden"> <!-- tamanho da fonteoriginal = f6-; pa=margem; -->
39+
<main class="tl f4 relative pa4 pa4-ns overflow-hidden"> <!-- tamanho da fonteoriginal = f6-; pa=margem; -->
4040
{% if page.title %}
4141
<div class="mb4">
42-
{% if page.date %}<div class="fw6 light-silver mt1">
42+
{% if page.date %}<div class="fw6 light-silver mt1 f5">
4343

4444
{% assign m = page.date | date: "%-m" %}
4545
{{ page.date | date: "%d" }}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
---
33

4-
<ul class="list pa0 markdown-home">
4+
<ul class="list pa0 markdown-home f5"> <!-- f* = tamanho da letra em / -->
55
{% for post in site.posts %}
66
<li class="mv2">
77
<a href="{{ site.url }}{{ post.url }}" class="db pv1 link hover-mid-gray">

stylesheets/style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,18 @@
99
.link:hover { background: url(/images/line.png) repeat-x left bottom; }
1010

1111
/* Markdown styles */
12+
.markdown-body {
13+
font-size: 90%;
14+
}
15+
1216
.markdown-body a {
1317
text-decoration: underline;
1418
color: #333; /* 357edd*/
1519
}
1620

21+
.markdown-body code {
22+
font-size: 75%;}
23+
1724
.markdown-body p {
1825
text-decoration: none;
1926
color: #333; /* 357edd*/

0 commit comments

Comments
 (0)