Apply media query from a height of $breakpoint-md
Some checks are pending
The Quran / ci (push) Waiting to run

This commit is contained in:
0x1eef 2024-11-16 18:38:43 -03:00
parent 312fed8af7
commit 1f18f792b4
2 changed files with 4 additions and 4 deletions

View file

@ -2,9 +2,9 @@
* vNEXT
** Deliver audio with the help of a load balancer
Audio content is delivered with the help of a load balancer
that directs a user to the nearest S3 bucket
** Deliver audio via bunny.net
The audio content is now delivered via bunny.net, a CDN and
storage provider
** Match the look and feel of a book
The look and feel of the website has changed to be more like

View file

@ -6,7 +6,7 @@
html {
height: 100%;
@media (min-height: $breakpoint-lg) {
@media (min-height: $breakpoint-md) {
body {
display: flex;
justify-content: center;