From 1e33326b03e6304fecaa5c69098ddcbf303df2cc Mon Sep 17 00:00:00 2001 From: Bashynx Date: Wed, 26 Nov 2025 15:51:26 +0100 Subject: [PATCH] Made modifications to the event page --- source/_posts/2026/events/2026_01_16.md | 6 ++++-- themes/openalt/source/css/style.css | 4 ++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/source/_posts/2026/events/2026_01_16.md b/source/_posts/2026/events/2026_01_16.md index 2d7e304..8960146 100644 --- a/source/_posts/2026/events/2026_01_16.md +++ b/source/_posts/2026/events/2026_01_16.md @@ -2,7 +2,7 @@ title: "First OpenAlt Romania Meetup" author: Bashy date: 2026-01-16 18:00:00 -description: First ever OpenAlt Romania meetup. The meeting will take place on 16th January 2026 at TBD. The meeting location will be TBD. +description: First ever OpenAlt Romania meetup. The meeting will take place on 16th January 2026 at 6PM. The meeting location will be TBD. categories: - "Events" tags: @@ -16,4 +16,6 @@ event: name: "TBD" link: "https://openalt.org" --- -We would like to invite you for the fist OpenAlt Romania meeting. +First in a series of meetups focused on Free and Open Source Technologies, where you can socialize with like-minded individuals and learn something new. + +We’re currently looking for Speakers who’d like to give a talk on any interesting topic related to Free and Open Source Software, Hardware, Data, or other technologies. If you have something exciting to share, sign up [here](http://speakers.openalt.ro/) diff --git a/themes/openalt/source/css/style.css b/themes/openalt/source/css/style.css index fc4efd7..5b75c75 100644 --- a/themes/openalt/source/css/style.css +++ b/themes/openalt/source/css/style.css @@ -259,6 +259,10 @@ section { display: block; } +.event-wrapper .post-content { + max-width: 600px; +} + .event-spacer{ margin: 10px 0; }