preliminary content styling
This commit is contained in:
parent
a81a84cd41
commit
bdc1a51b45
3 changed files with 33 additions and 4 deletions
|
|
@ -238,6 +238,25 @@ body {
|
|||
}
|
||||
*/
|
||||
}
|
||||
|
||||
.true-content {
|
||||
h1, h2, h3, h4, h5, h6 { margin: 2px 4px; }
|
||||
p { margin: 8px 4px; }
|
||||
ul {
|
||||
/* TODO: better list image
|
||||
list-style-image: url(/img/icons/apple.png); */
|
||||
list-style-type: disc;
|
||||
li {
|
||||
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
|
||||
font-size: $psize;
|
||||
margin: auto;
|
||||
}
|
||||
}
|
||||
img {
|
||||
display: block;
|
||||
margin: 12px auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
|
|
|
|||
10
en/index.md
10
en/index.md
|
|
@ -1,5 +1,11 @@
|
|||
---
|
||||
layout: home
|
||||
---
|
||||
# hey...
|
||||
welcome to my site!! not much is done yet but please have a look around.
|
||||
#### hey...
|
||||
welcome to my site!! as with every website this is a heavy work in progress. however my priorities right now are:
|
||||
- atom feed
|
||||
- mobile support
|
||||
- 404 page
|
||||
- all pages marked as "under construction"
|
||||
|
||||

|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
---
|
||||
layout: home
|
||||
---
|
||||
# oye...
|
||||
bienvenido a mi sitio!! aun no lo termino pero revisa lo que tenga hecho <3
|
||||
#### holaaa
|
||||
bienvenid@ a mi sitio!! aun no lo termino pero revisa lo que tenga hecho <3 pienso terminar primero:
|
||||
- un feed rss (atom)
|
||||
- mejor soporte para celulares
|
||||
- pagina 404
|
||||
- terminar todas las páginas marcadas como "en construcción"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue