Update index.css to add responsiveness

This commit is contained in:
Barunes Padhy 2024-06-12 20:13:24 +03:00 committed by GitHub
parent a289696ad3
commit b8f72a7f07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,6 +35,15 @@ a {
width: 65%; width: 65%;
} }
@media only screen and (max-width: 765px){
.blogContent img {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
}
.tiptap blockquote { .tiptap blockquote {
padding-left: 1rem; padding-left: 1rem;
border-left: 2px solid grey; border-left: 2px solid grey;