This repository has been archived on 2024-02-11. You can view files and clone it, but cannot push or open issues or pull requests.
sitio/drip.css

15 lines
138 B
CSS
Raw Normal View History

2021-10-08 23:36:43 +00:00
body {
2021-10-09 01:12:14 +00:00
font-family: sans-serif;
2021-10-11 19:10:35 +00:00
max-width: 45rem;
2021-10-09 01:12:14 +00:00
margin: 0 auto;
padding: 1rem;
2021-10-08 23:36:43 +00:00
}
img {
2021-10-09 01:12:14 +00:00
max-width: 100%;
2021-10-08 23:36:43 +00:00
}
abbr {
2021-10-09 01:12:14 +00:00
color: gray;
2021-10-08 23:36:43 +00:00
}