added libs

This commit is contained in:
2023-01-19 17:49:17 +05:30
parent abb0d2b2b8
commit d0e512196b
49 changed files with 57101 additions and 3 deletions
+1
View File
@@ -3,3 +3,4 @@ $secondary-color: skyblue;
$light-color: #f4f4f4;
$dark-color: #333;
$font-stack: Arial, Helvetica, sans-serif;
+8 -1
View File
@@ -23,4 +23,11 @@ html{
.subtitle_1{
font-size: 1rem;
}
}
.padding_top_12{
padding-top: 12rem;
}