plugin-paradise / style.css
Monter4's picture
https://aescripts.com/after-effects/
f5c3796 verified
raw
history blame contribute delete
420 Bytes
body {
padding: 0;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
line-height: 1.5;
}
h1 {
font-size: 16px;
margin-top: 0;
}
p {
color: rgb(107, 114, 128);
font-size: 15px;
margin-bottom: 10px;
margin-top: 5px;
}
.container {
max-width: 1280px;
margin: 0 auto;
padding: 0 1rem;
}
.card p:last-child {
margin-bottom: 0;
}