Chore: resize carrousel on small screens
This commit is contained in:
parent
36ba53eb2e
commit
0c6dbbc544
@ -114,9 +114,11 @@ html {
|
||||
.content>h2 {
|
||||
margin-top: 1.5em;
|
||||
}
|
||||
|
||||
.content>h2 {
|
||||
margin-top: 0.2em;
|
||||
}
|
||||
|
||||
.content>h3 {
|
||||
margin-left: 0.8em;
|
||||
margin-top: 0.5em;
|
||||
@ -164,7 +166,12 @@ html.theme-dark {
|
||||
#image-carousel {
|
||||
width: 50rem;
|
||||
margin: 0 auto;
|
||||
/* background: #DD8888DD; */
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
#image-carousel {
|
||||
width: 25rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media(orientation: portrait) {
|
||||
|
Loading…
Reference in New Issue
Block a user