From 1224665c1469b65244fdbf1f3827cee19b0a7df2 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Sun, 12 Nov 2023 22:33:03 +0100 Subject: Updated 2 files and added 3 files (automated) --- .idea/deployment.xml | 3 ++- assets/icons/amazon.svg | 1 + assets/icons/gift.svg | 1 + assets/icons/steam.svg | 1 + index.php | 72 ++++++++++++++++++++++++++++++++++++++++++------- 5 files changed, 67 insertions(+), 11 deletions(-) create mode 100644 assets/icons/amazon.svg create mode 100644 assets/icons/gift.svg create mode 100644 assets/icons/steam.svg diff --git a/.idea/deployment.xml b/.idea/deployment.xml index 87325ed..c808c80 100644 --- a/.idea/deployment.xml +++ b/.idea/deployment.xml @@ -1,6 +1,6 @@ - + @@ -10,5 +10,6 @@ + \ No newline at end of file diff --git a/assets/icons/amazon.svg b/assets/icons/amazon.svg new file mode 100644 index 0000000..6a4f90c --- /dev/null +++ b/assets/icons/amazon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/icons/gift.svg b/assets/icons/gift.svg new file mode 100644 index 0000000..d5ecc7a --- /dev/null +++ b/assets/icons/gift.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/icons/steam.svg b/assets/icons/steam.svg new file mode 100644 index 0000000..3c60621 --- /dev/null +++ b/assets/icons/steam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.php b/index.php index 3d91075..ca45e08 100644 --- a/index.php +++ b/index.php @@ -45,6 +45,28 @@ $coldhaze["ponies"] = array_filter($coldhaze["ponies"], function ($i) { } } + @media (max-width: 1200px) { + .contacts-icon { + display: block !important; + margin-left: auto; + margin-right: auto; + } + } + + @media (max-width: 991px) { + #contacts { + grid-template-columns: repeat(3, 1fr) !important; + grid-row-gap: 20px; + } + } + + @media (max-width: 767px) { + #contacts { + grid-template-columns: repeat(2, 1fr) !important; + grid-row-gap: 20px; + } + } + .modal { backdrop-filter: blur(20px); } @@ -166,22 +188,26 @@ $coldhaze["ponies"] = array_filter($coldhaze["ponies"], function ($i) {

Check out more

-
+ @@ -237,6 +263,32 @@ $coldhaze["ponies"] = array_filter($coldhaze["ponies"], function ($i) {
+ +