diff --git a/.gitmodules b/.gitmodules index 8f92322..3064832 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "js/skama_code"] path = js/skama_code - url = https://github.com/anulax1225/skama_code + url = https://github.com/anulax1225/skama_code \ No newline at end of file diff --git a/assets/logo/elephant.png b/assets/logo/elephant.png new file mode 100644 index 0000000..43d242e Binary files /dev/null and b/assets/logo/elephant.png differ diff --git a/css/animation.css b/css/animation.css index 3207215..b811574 100644 --- a/css/animation.css +++ b/css/animation.css @@ -2,7 +2,7 @@ .ext-modal[open] { - animation: myFadeIn 2.0s ease normal; + animation: myFadeIn 0.5s ease normal; } @keyframes myFadeIn{ diff --git a/css/style.css b/css/style.css index 9049a44..856b483 100644 --- a/css/style.css +++ b/css/style.css @@ -84,11 +84,12 @@ footer { /*nav bar*/ .nav-nav { - --nav-img-width: 100px; + --nav-img-width: 75px; background-color: var(--second-back-color); display: flex; justify-content: space-between; align-items: center; + padding: 10px 10px 10px 10px; } .nav-nav .nav-brand { diff --git a/html/template.html b/html/template.html index 9821bca..f99fc29 100644 --- a/html/template.html +++ b/html/template.html @@ -1,7 +1,7 @@