Fixing header of article h1 smaller than in article h1.

This commit is contained in:
sergiotarxz 2020-10-22 18:44:02 +02:00
parent 271bb10cc7
commit 63219020f9
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ a {
color: black;
text-decoration: none;
}
header h2 {
font-size: 33px;
}
article h1 {
font-size: 30px;
}