diff --git a/assets/css/bundle.css b/assets/css/bundle.css index 0c7d89c..d0acf0d 100644 --- a/assets/css/bundle.css +++ b/assets/css/bundle.css @@ -967,7 +967,7 @@ a { background-repeat: no-repeat; background-size: 16px 16px; /* Adjust the size as needed */ background-position: 0 50%; /* Center the image vertically */ - background-image: url('/socialicons/twitter.png'); + background-image: url('/socialicons/xtwitter.png'); } .social-item-reddit { diff --git a/layouts/almalinux-day-germany-2024/single.html b/layouts/almalinux-day-germany-2024/single.html index ca7224f..f3d9951 100644 --- a/layouts/almalinux-day-germany-2024/single.html +++ b/layouts/almalinux-day-germany-2024/single.html @@ -7,6 +7,9 @@ .toppic_item_1 { padding-top: 18%!important; } + .item-headshot { + width: 33%!important; + } } @media (max-width: 991px){ h1 { @@ -23,13 +26,15 @@ flex-direction: column!important; align-items: center; } - .item-event-1 { - width: 50%; - text-align: center; - margin-bottom: 20px; + .event-svag{ + flex-direction: column; + align-items: center; + } + .item-event-1{ + padding-bottom: 10px; } - .item-event-2 { - padding-left: 0!important; + .item-event-2{ + padding-left: 0px!important; } .item-headshot { width: 50%!important; @@ -46,14 +51,23 @@ .toppic_item_1 { padding-top: 44%!important; } - } - @media (max-width: 474px){ + .img-event-svag{ + width: 100%!important; + } .item-headshot { - width: 80%!important; + width: 322px!important; } + } + @media (max-width: 474px){ table { font-size: 8px!important; } + .container-stop{ + flex-direction: column; + } + .stop-item-2{ + padding-left: 0px!important; + } } @@ -101,7 +115,7 @@
-
+
benny Vasquez
@@ -113,7 +127,7 @@
-
+
Igor Seletskiy
@@ -125,7 +139,7 @@
-
+
Kenneth Tan, PhD
@@ -137,7 +151,7 @@
-
+
Simon Phipps
@@ -149,7 +163,7 @@
-
+
Jesse Asklund
@@ -161,7 +175,7 @@
-
+
Alex Iribarren
@@ -173,7 +187,7 @@
-
+
Hidenori Ishikawa
@@ -185,7 +199,7 @@
-
+
Andrew Lukoshko
@@ -204,12 +218,13 @@
-
+
+
- +
- {{ i18n "Save your spot and get your swag!" }} +

{{ i18n "Save your spot and get your swag!" }}

{{ i18n "While the event is free, registration is required for attendance. Register before March 1st to reserve your AlmaLinux Day: Germany swag bag." }} @@ -217,6 +232,7 @@ {{ i18n "Register now!" }}
+
diff --git a/static/socialicons/twitter.png b/static/socialicons/twitter.png deleted file mode 100644 index 3987d18..0000000 Binary files a/static/socialicons/twitter.png and /dev/null differ diff --git a/static/socialicons/xtwitter.png b/static/socialicons/xtwitter.png new file mode 100644 index 0000000..2c2d7e8 Binary files /dev/null and b/static/socialicons/xtwitter.png differ