From 4c9857b538d987b5457414fcfdad644c4ed95558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enes=20Y=C4=B1landilo=C4=9Flu?= <104700464+Koras0ff@users.noreply.github.com> Date: Tue, 30 Jan 2024 17:09:33 +0200 Subject: [PATCH] Update main.css --- assets/css/main.css | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/assets/css/main.css b/assets/css/main.css index 6fbcd12fd..0c31affbb 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -48,6 +48,30 @@ -webkit-text-size-adjust: none; } + + img { + width: 60px; /* Set a fixed width for the images */ + height: 60px; /* Set a fixed height for the images */ + object-fit: cover; /* Maintain aspect ratio and cover the container */ + border-radius: 50%; /* Make the images circular */ + margin-right: 10px; /* Add some spacing between the image and text */ + } + + .container { + display: flex; + justify-content: space-between; + } + + .column { + flex: 1; + background-color: #fff; + border-radius: 10px; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); + padding: 20px; + margin: 10px; + } + + /* Box Model */ *, *:before, *:after { @@ -4061,4 +4085,4 @@ border-top: 0; margin-top: 0; padding-top: 0; - } \ No newline at end of file + }