feat(views): link to the doc (#34)
* feat(views): link to the doc * typo(views): removed extra space Co-Authored-By: Grafikart <Grafikart@users.noreply.github.com>
This commit is contained in:
@@ -67,6 +67,16 @@ section:before {
|
||||
animation: slideUp 1s cubic-bezier(0.19, 1, 0.30, 1) 0.5s forwards;
|
||||
}
|
||||
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0.83rem 0;
|
||||
}
|
||||
|
||||
@keyframes slideUp {
|
||||
0% {
|
||||
transform: translateY(40px);
|
||||
|
||||
Reference in New Issue
Block a user