File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 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" }}
Original file line number Diff line number Diff line change 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 ">
Original file line number Diff line number Diff line change 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*/
You can’t perform that action at this time.
0 commit comments