Scroll Smooth on Table of Contents
Add this on custom css articles
html{
scroll-behavior: smooth;
}
Example
Margin & Border Radius on Cover Post
.css-1mno1ba{
margin-top: 20px;
}
.css-1jqt27n{
border-radius: 10px;
}
Example
Add this on custom css articles
html{
scroll-behavior: smooth;
}
Example
.css-1mno1ba{
margin-top: 20px;
}
.css-1jqt27n{
border-radius: 10px;
}
Example