mirror of
https://github.com/Django-LiveView/docs.git
synced 2025-07-01 11:55:42 +02:00
Update
This commit is contained in:
@ -313,6 +313,9 @@ a:hover,
|
||||
font-weight: bold;
|
||||
/* Animate Background Image */
|
||||
-webkit-text-fill-color: transparent;
|
||||
text-fill-color: transparent;
|
||||
-webkit-text-stroke: 1px;
|
||||
text-stroke: 1px;
|
||||
animation: aniTitle 10s linear infinite;
|
||||
/* Activate hardware acceleration for smoother animations */
|
||||
transform: translate3d(0, 0, 0);
|
||||
@ -320,6 +323,13 @@ a:hover,
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
@media (width < 600px) {
|
||||
.hero__title {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Docs */
|
||||
.docs {
|
||||
display: grid;
|
||||
|
Reference in New Issue
Block a user