mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-18 03:26:57 +02:00
Update urls, modified starter example custom css, added it to Docusaurus website
This commit is contained in:
parent
0dce734a1d
commit
c0109192b1
3 changed files with 14 additions and 3 deletions
|
@ -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) {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue