fix(home): Add missing semicolon
This commit is contained in:
parent
6c95c44f87
commit
0c2968e009
1 changed files with 92 additions and 92 deletions
|
@ -305,7 +305,7 @@ in {
|
||||||
padding: 0 15px 0 30px;
|
padding: 0 15px 0 30px;
|
||||||
border-radius: 0 0 0 40px;
|
border-radius: 0 0 0 40px;
|
||||||
}
|
}
|
||||||
''
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue