diff --git a/_scss/pages/home.scss b/_scss/pages/home.scss index 58a0995..9a74dc7 100644 --- a/_scss/pages/home.scss +++ b/_scss/pages/home.scss @@ -123,8 +123,8 @@ a:active { } .card-icon { - width: 32px; /* Desired width */ - height: 32px; /* Desired height */ + width: 60px; + height: 60px; margin-bottom: 10px; object-fit: cover; } diff --git a/assets/images/appstore-icon.png b/assets/images/appstore-icon.png deleted file mode 100644 index e24e203..0000000 Binary files a/assets/images/appstore-icon.png and /dev/null differ diff --git a/assets/images/appstore-icon.svg b/assets/images/appstore-icon.svg new file mode 100644 index 0000000..df8a694 --- /dev/null +++ b/assets/images/appstore-icon.svg @@ -0,0 +1,15 @@ + + + + + + + \ No newline at end of file diff --git a/assets/images/explore-icon.png b/assets/images/explore-icon.png deleted file mode 100644 index e601bd0..0000000 Binary files a/assets/images/explore-icon.png and /dev/null differ diff --git a/assets/images/explore-icon.svg b/assets/images/explore-icon.svg new file mode 100644 index 0000000..3354fbe --- /dev/null +++ b/assets/images/explore-icon.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/assets/images/maps-icon.png b/assets/images/maps-icon.png deleted file mode 100644 index ccff574..0000000 Binary files a/assets/images/maps-icon.png and /dev/null differ diff --git a/assets/images/maps-icon.svg b/assets/images/maps-icon.svg new file mode 100644 index 0000000..d116a79 --- /dev/null +++ b/assets/images/maps-icon.svg @@ -0,0 +1,12 @@ + + + + + + + + \ No newline at end of file diff --git a/assets/images/message-icon.png b/assets/images/message-icon.png deleted file mode 100644 index 3963f84..0000000 Binary files a/assets/images/message-icon.png and /dev/null differ diff --git a/assets/images/message-icon.svg b/assets/images/message-icon.svg new file mode 100644 index 0000000..cfb95ce --- /dev/null +++ b/assets/images/message-icon.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 1e3f91e..357593c 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ layout: default @@ -20,19 +20,19 @@ layout: default
- Message Icon + Message Icon {% t message_board %}
- App Store Icon + App Store Icon {% t app_store %}
- Maps Icon + Maps Icon {% t offline_maps %}