@media screen and (min-width: 881px) {
.single .hentry .entry-content {
width: 100%;
}
Ayrıca resimleri de tam sığdırmak istersen aşağıdaki kodu da ekleyebilirsin.
.post img {
width: 100%;
}
Konu: Yazılarım sağa dayalı?
@media screen and (min-width: 881px) {
.single .hentry .entry-content {
width: 100%;
}
.post img {
width: 100%;
}