Change margin to padding, increase it

main
dugo3number2 2023-03-31 10:43:47 -05:00
parent 6aa5a6cddc
commit fbced8dbb9
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ section a:hover, section a:focus {
} }
section p { section p {
margin: 10px; padding: 25px;
} }
} }