ntfy/docs/static/css/extra.css

19 lines
244 B
CSS
Raw Normal View History

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