mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-03 02:14:22 +01:00
18 lines
244 B
CSS
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
|
|
}
|