8. satır:
8. satır:
flex-direction:column;
flex-direction:column;
}
}
+
}
+
+
@media only screen and (max-width: 600px) {
+
.section-wrapper .monthly .monthly-inner .floatright{
+
float:none;
+
margin:0;
+
}
}
}
25. satır:
32. satır:
padding:10px;
padding:10px;
text-shadow: 1px 1px 4px black;
text-shadow: 1px 1px 4px black;
+
}
+
+
.section-wrapper h3 span a{
+
color:white;
}
}