Update urls, modified starter example custom css, added it to Docusaurus website

This commit is contained in:
Eric Nakagawa 2017-09-22 13:23:27 -07:00
parent 0dce734a1d
commit c0109192b1
3 changed files with 14 additions and 3 deletions

View file

@ -1,5 +1,16 @@
/* your custom css */
* {
border: 1px solid red;
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
}
@media only screen and (min-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (min-width: 1400px) {
}
@media only screen and (min-width: 1500px) {
}