Home minimal EJS template

This commit is contained in:
Clément GOUIN
2019-06-20 11:42:01 +02:00
parent dcb4e01447
commit e88eb94d78
5 changed files with 72 additions and 20 deletions
+18
View File
@@ -0,0 +1,18 @@
main {
max-width: 70ch;
padding: 2ch;
margin: auto;
}
.article a, .article a:visited{
color:black;
}
.article a:visited{
color:black;
}
.article img{
max-width:100%;
max-height:10vh;
}