Fixed issue with div on blog section
[salamandradevs.site/.git] / themes / droda / assets / css / main.css
index 021b1735fc051ac226848a9a25ddaaa4dd985d0d..7123971c14fe431b433dea9c5499accfd5f01f8d 100644 (file)
@@ -269,20 +269,20 @@ main div > article span {
    display: block;
 }
 
-.content table {
+main span table {
    padding-top: 2rem;
    margin: 0 auto;
 }
 
-.content table img {
+main span table img {
    width: 3rem;
 }
 
-.content table td {
+main span table td {
    padding: 0 0.3rem;
 }
 
-.content .highlight code {
+main span .highlight code {
    white-space: pre-wrap;
    overflow-x: auto;
 }