minor fixes

This commit is contained in:
sairaj mote 2020-08-08 18:54:38 +05:30
parent 8cd755fc4c
commit e7d32eaf83
3 changed files with 9 additions and 3 deletions

View File

@ -39,6 +39,8 @@
p {
margin: 1.2rem 0;
overflow-wrap: break-word;
word-wrap: break-word;
}
p:not(:first-of-type)::first-letter {
@ -50,7 +52,7 @@
}
.content{
display: grid;
max-width: calc(100% - 3rem);
max-width: calc(100% - 2.4rem);
}
.head {

View File

@ -39,6 +39,8 @@
p {
margin: 1.2rem 0;
overflow-wrap: break-word;
word-wrap: break-word;
}
p:not(:first-of-type)::first-letter {
@ -50,7 +52,7 @@
}
.content{
display: grid;
max-width: calc(100% - 3rem);
max-width: calc(100% - 2.4rem);
}
.head {

View File

@ -39,6 +39,8 @@
p {
margin: 1.2rem 0;
overflow-wrap: break-word;
word-wrap: break-word;
}
p:not(:first-of-type)::first-letter {
@ -50,7 +52,7 @@
}
.content{
display: grid;
max-width: calc(100% - 3rem);
max-width: calc(100% - 2.4rem);
}
.head {