Apply media query from a height of $breakpoint-md
Some checks are pending
The Quran / ci (push) Waiting to run
Some checks are pending
The Quran / ci (push) Waiting to run
This commit is contained in:
parent
312fed8af7
commit
1f18f792b4
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
html {
|
||||
height: 100%;
|
||||
|
||||
@media (min-height: $breakpoint-lg) {
|
||||
@media (min-height: $breakpoint-md) {
|
||||
body {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Reference in a new issue