Update index.css to add responsiveness
This commit is contained in:
parent
a289696ad3
commit
b8f72a7f07
@ -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;
|
||||||
@ -65,4 +74,4 @@ a {
|
|||||||
.image-text {
|
.image-text {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user