Files
Trilium/apps/website/src/components/DownloadButton.css

17 lines
266 B
CSS
Raw Normal View History

2025-09-27 21:02:23 +03:00
.download-button {
&.big {
padding: 1em 2em;
margin: 1em 0;
}
.platform {
font-size: 0.75em;
opacity: 0.75;
}
}
@media (min-width: 720px) {
.download-button {
display: inline-block !important;
}
2025-09-26 23:32:09 +03:00
}