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

View file

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