Rework of main template, adds options for more fine customisation
This commit is contained in:
@@ -46,6 +46,12 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.clearfix::after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
@mixin spin($duration) {
|
||||
animation: spin $duration ease infinite;
|
||||
@keyframes spin {
|
||||
|
||||
Reference in New Issue
Block a user