feat: underline on h3
This commit is contained in:
parent
bf77798954
commit
ae32c57f0b
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ body {
|
|||
|
||||
h3 {
|
||||
text-align: center;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
|
Reference in a new issue