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 {
|
.heading_container {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-top: 20;
|
margin-top: 20px;
|
||||||
font-family: 'Corbel';
|
font-family: 'Corbel';
|
||||||
}
|
}
|
||||||
.heading {
|
.heading {
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Corbel'
|
font-family: 'Corbel';
|
||||||
src: url(corbel.ttf);
|
src: url(corbel.ttf);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue