minor fixes
This commit is contained in:
parent
8cd755fc4c
commit
e7d32eaf83
@ -39,6 +39,8 @@
|
|||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 1.2rem 0;
|
margin: 1.2rem 0;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
p:not(:first-of-type)::first-letter {
|
p:not(:first-of-type)::first-letter {
|
||||||
@ -50,7 +52,7 @@
|
|||||||
}
|
}
|
||||||
.content{
|
.content{
|
||||||
display: grid;
|
display: grid;
|
||||||
max-width: calc(100% - 3rem);
|
max-width: calc(100% - 2.4rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
.head {
|
.head {
|
||||||
|
|||||||
@ -39,6 +39,8 @@
|
|||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 1.2rem 0;
|
margin: 1.2rem 0;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
p:not(:first-of-type)::first-letter {
|
p:not(:first-of-type)::first-letter {
|
||||||
@ -50,7 +52,7 @@
|
|||||||
}
|
}
|
||||||
.content{
|
.content{
|
||||||
display: grid;
|
display: grid;
|
||||||
max-width: calc(100% - 3rem);
|
max-width: calc(100% - 2.4rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
.head {
|
.head {
|
||||||
|
|||||||
@ -39,6 +39,8 @@
|
|||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 1.2rem 0;
|
margin: 1.2rem 0;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
p:not(:first-of-type)::first-letter {
|
p:not(:first-of-type)::first-letter {
|
||||||
@ -50,7 +52,7 @@
|
|||||||
}
|
}
|
||||||
.content{
|
.content{
|
||||||
display: grid;
|
display: grid;
|
||||||
max-width: calc(100% - 3rem);
|
max-width: calc(100% - 2.4rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
.head {
|
.head {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user