diff --git a/src/assets/style.css b/src/assets/style.css index 1b95ef9..0472e03 100644 --- a/src/assets/style.css +++ b/src/assets/style.css @@ -139,6 +139,14 @@ p{ background-color: var(--accent-color); } +.icon{ + position: relative; + height:77%; + width:auto; + fill: currentColor; +} + + /*=====================Animation*/ .floating { position: fixed; diff --git a/src/components/AboutPannel.vue b/src/components/AboutPannel.vue index 6a062f9..2f731cb 100644 --- a/src/components/AboutPannel.vue +++ b/src/components/AboutPannel.vue @@ -1,3 +1,7 @@ + +