diff options
Diffstat (limited to 'public/stylesheets/ccc.css')
| -rw-r--r-- | public/stylesheets/ccc.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index b2160e66..79f2ea2f 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css | |||
| @@ -666,6 +666,13 @@ div#tags li { | |||
| 666 | line-height: 1.4; | 666 | line-height: 1.4; |
| 667 | } | 667 | } |
| 668 | 668 | ||
| 669 | @media(max-width:1015px) { | ||
| 670 | div#tags ul, | ||
| 671 | div#featured_articles ul { | ||
| 672 | justify-content: center; | ||
| 673 | } | ||
| 674 | } | ||
| 675 | |||
| 669 | /* ========================================================================== | 676 | /* ========================================================================== |
| 670 | 9. ARTICLE CONTENT | 677 | 9. ARTICLE CONTENT |
| 671 | ========================================================================== | 678 | ========================================================================== |
