1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-10-01 21:01:58 +02:00
ntfy/docs/static/css/extra.css

19 lines
244 B
CSS
Raw Normal View History

2021-12-04 14:56:46 +01:00
article {
padding-bottom: 50px;
}
2021-12-02 05:08:12 +01:00
figure img {
border-radius: 7px;
filter: drop-shadow(3px 3px 5px #ccc);
}
2021-12-02 18:04:22 +01:00
.remove-md-box {
background: none;
border: none;
margin: 0 auto;
}
.remove-md-box td {
padding: 0 10px
}