This repository has been archived on 2023-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
python-blog/articles/static/style.css

7 lines
118 B
CSS
Raw Normal View History

2020-08-14 15:53:42 +02:00
.content {
max-width: 640px;
margin-left: auto;
margin-right: auto;
font-family: Arial, sans-serif;
}