mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-28 20:52:48 +00:00
* Fix CSS tests * Revamp * - * fix failing test * add test for minifyCss with fixtures & snapshot * remove unintended addition * simplify the test.css
445 B
445 B
| title |
|---|
| This is not a css |
This is a markdown, not a css
.homeWrapperInner .homeCodeSnippet > div:nth-child(1) { display: none; }
@media (max-width: 480px) { .projectTitle { font-size: 30px; }
.homeCodeSnippet .hljs { font-size: 13px; padding: 0; } .homeWrapperInner .homeCodeSnippet > div:nth-child(1) { display: block; } .homeWrapperInner .homeCodeSnippet > div:nth-child(2) { display: none; } }