Uncommented italics for the first paragraph.
This commit is contained in:
parent
731487b9c9
commit
0a3bd4759f
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ p {
|
||||||
|
|
||||||
p.attention {
|
p.attention {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
/* font-style: italic; */
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
|
@ -96,4 +96,4 @@ section {
|
||||||
|
|
||||||
.project-info {
|
.project-info {
|
||||||
margin: 1.5em 0 5em 0;
|
margin: 1.5em 0 5em 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue