mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-15 13:10:59 +00:00
build
This commit is contained in:
@@ -790,3 +790,19 @@ a:hover .device-on-hover {
|
||||
flex: 1 1 30%;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 44em) {
|
||||
.reading-media {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.media-block {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
height: min(78vw, 32rem);
|
||||
margin: 0 0 1em;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user