1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-11-03 02:14:22 +01:00
ntfy/docs/static/css/extra.css
Philipp Heckel acb0bdf619 More docs
2021-12-04 08:56:46 -05:00

18 lines
244 B
CSS

article {
padding-bottom: 50px;
}
figure img {
border-radius: 7px;
filter: drop-shadow(3px 3px 5px #ccc);
}
.remove-md-box {
background: none;
border: none;
margin: 0 auto;
}
.remove-md-box td {
padding: 0 10px
}