mirror of
https://github.com/Django-LiveView/docs.git
synced 2025-07-01 11:55:42 +02:00
Update images
This commit is contained in:
@ -99,6 +99,11 @@ a:hover,
|
||||
}
|
||||
}
|
||||
|
||||
.center-block {
|
||||
display: block;
|
||||
margin-inline: auto;
|
||||
}
|
||||
|
||||
.image {
|
||||
display: block;
|
||||
width: 100%;
|
||||
@ -106,6 +111,17 @@ a:hover,
|
||||
object-position: center;
|
||||
}
|
||||
|
||||
.image--responsive {
|
||||
max-width: 100%;
|
||||
width: initial;
|
||||
}
|
||||
|
||||
.image--home {
|
||||
max-width: 40rem;
|
||||
padding-block: var(--gap-l);
|
||||
}
|
||||
|
||||
|
||||
.block-center {
|
||||
margin-inline: auto;
|
||||
}
|
||||
@ -262,14 +278,6 @@ a:hover,
|
||||
|
||||
/* Home */
|
||||
|
||||
.home img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
max-width: 40rem;
|
||||
padding-block: var(--gap-l);
|
||||
margin-inline: auto;
|
||||
}
|
||||
|
||||
.nav-home__list {
|
||||
justify-content: center;
|
||||
gap: var(--gap-l);
|
||||
|
Reference in New Issue
Block a user