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;
|
||||
padding: 30px 0;
|
||||
}
|
||||
section p {
|
||||
text-align: center;
|
||||
}
|
||||
.title img {
|
||||
width: 320px;
|
||||
}
|
||||
|
@ -197,4 +200,4 @@ body {
|
|||
.btn:first-child{
|
||||
padding: 0 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue