Center <p> in section
This commit is contained in:
parent
8585720380
commit
41027dd975
1 changed files with 4 additions and 1 deletions
|
@ -42,6 +42,9 @@ section{
|
||||||
width: 930px;
|
width: 930px;
|
||||||
padding: 30px 0;
|
padding: 30px 0;
|
||||||
}
|
}
|
||||||
|
section p {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
.title img {
|
.title img {
|
||||||
width: 320px;
|
width: 320px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue