mirror of
https://github.com/Django-LiveView/docs.git
synced 2024-11-10 02:45:42 +01:00
Update
This commit is contained in:
parent
8e80b95cea
commit
cf436b3da0
@ -91,12 +91,7 @@ a:hover,
|
||||
padding-bottom: 0;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
@media (width < 600px) {
|
||||
.nav-main__link--logo {
|
||||
display: none;
|
||||
}
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.image {
|
||||
@ -118,6 +113,7 @@ a:hover,
|
||||
padding: .5rem .8rem;
|
||||
border: 2px solid var(--color-brown);
|
||||
color: var(--color-gray);
|
||||
background-color: var(--color-black);
|
||||
text-decoration: none;
|
||||
border-radius: .6rem;
|
||||
}
|
||||
@ -272,6 +268,9 @@ a:hover,
|
||||
}
|
||||
|
||||
@media (width < 600px) {
|
||||
.main--docs {
|
||||
padding-inline: var(--gap-m);
|
||||
}
|
||||
.docs {
|
||||
display: initial;
|
||||
grid-template-columns: initial;
|
||||
|
Loading…
Reference in New Issue
Block a user