Fixed sum errors
This commit is contained in:
parent
39b15bd7b0
commit
519150d4b1
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
.heading_container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-top: 20;
|
||||
margin-top: 20px;
|
||||
font-family: 'Corbel';
|
||||
}
|
||||
.heading {
|
||||
|
@ -30,7 +30,7 @@
|
|||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Corbel'
|
||||
font-family: 'Corbel';
|
||||
src: url(corbel.ttf);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue