mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-28 13:31:06 +00:00
Fixed incorrect font useage
This commit is contained in:
parent
9ad2d48ddb
commit
2139587c37
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
.widget {
|
||||
@include span-columns(12);
|
||||
margin-bottom: $container-padding;
|
||||
font-family: $header-font-family;
|
||||
font-family: $base-font-family;
|
||||
color: white;
|
||||
padding-top: 20px;
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in a new issue