assets/css/content.css in word-games-theme-1.5.5 vs assets/css/content.css in word-games-theme-1.5.6

- old
+ new

@@ -1,16 +1,15 @@ -@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); - -.article { +/* .article { padding-top: 100px; font-family: 'Poppins', sans-serif !important; -} +} */ + .main_h1 { - font-size: 30px; + font-size: 27px; margin-bottom: 20px; - line-height: 52px; + /* line-height: 52px; */ color: #1e283c; } .content-heading { font-weight: 600; @@ -23,11 +22,11 @@ color: #000; } .content_sub_heading { font-weight: 600; - font-size: 20px; + font-size: 18px; padding-bottom: 0.8rem; color: #1e283c; } #toc_container { @@ -39,45 +38,46 @@ margin-bottom: 1em; padding: 20px; width: 100%; } -.toc_list { - border: 1px solid #dee2e6; - background-color: #f8f9fa; -} - .tabledata { margin-left: 20px; box-sizing: border-box; line-height: 30px; letter-spacing: 0.3px; - margin-left: 20px; box-sizing: border-box; letter-spacing: 0.3px; - font-size: 13px; + font-size: 12px; list-style: decimal; } .wordsDetails { margin-left: 20px; line-height: 30px; - letter-spacing: 0.3px; + letter-spacing: .3px; font-size: 13px; color: #50668f; font-weight: 600; } .sameStyle { color: #0645ad !important; } +.toc_list { + border: 1px solid rgba(0, 0, 0, 0.1); + padding: 10px; + background: white; +} + .wordsdata { margin-bottom: 40px; } .word-title { + font-size: 15px; margin: 0px 0; /* margin-bottom: 40px; */ color: #0645ad; vertical-align: baseline; cursor: pointer; @@ -100,6 +100,28 @@ } .toc_title { font-weight: 700; text-align: center; +} + +@media (max-width:768px) { + + .wordsDetails { + font-size: 12px; + } + + .word-title { + font-size: 14px !important; + } + + .word-heading, + .content_sub_heading { + font-size: 14px; + line-height: 25px; + } + + .anchor_links { + font-size: inherit !important; + } + } \ No newline at end of file