This repository has been archived on 2026-05-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GitBlog.md/sample_data/home/style.css
T
2019-06-20 11:42:01 +02:00

18 lines
215 B
CSS

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;
}