From e6563837f6ac437ac7e3880632d3913a47bff4d2 Mon Sep 17 00:00:00 2001 From: Mostafa Mohab El Rafey Date: Wed, 2 Oct 2024 21:10:00 +0300 Subject: [PATCH] Update index.css --- index.css | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/index.css b/index.css index 930b418..758bc3b 100644 --- a/index.css +++ b/index.css @@ -208,31 +208,6 @@ h4:had(>button.accordion){ display: none; } -/* Media query for responsiveness */ -@media screen and (max-width: 768px) { - .timeline::after { - left: 31px; - } - - .timeline-item { - width: 100%; - padding-left: 70px; - padding-right: 25px; - } - - .timeline-item::before { - left: 60px; - } - - .timeline-item .timeline-content { - float: none; - } - - .timeline-item .timeline-content::before { - left: 68px; - } -} - /* personal styling */ #personal .accordion-content{ justify-content: space-around;