From 0d613c0c370b55d95fefbd532ab9e858fabb475d Mon Sep 17 00:00:00 2001 From: guams Date: Sun, 15 Jun 2025 15:49:45 +0200 Subject: [PATCH] fixed responsive problem on chromium --- projects.html | 14 +++++++++++--- src/style.css | 7 ++++++- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/projects.html b/projects.html index e0610d4..06f06da 100644 --- a/projects.html +++ b/projects.html @@ -105,7 +105,10 @@
- screen of my gitea + + screen of my gitea +

Summary :

This is my own Gitea instance where I share my projects.

@@ -128,10 +131,15 @@
- screen of abonentendeur + + screen of abonentendeur +

Summary :

-

This is my blog where I share my thoughts on the works I play or read.

+

This is my blog where I share my thoughts on the + works I play or read.

diff --git a/src/style.css b/src/style.css index a5b599e..2d49806 100644 --- a/src/style.css +++ b/src/style.css @@ -232,6 +232,7 @@ h1 { } .hypertext-link { + color: white; font-weight: bold; } @@ -240,6 +241,7 @@ h1 { background-color: #bea9de; } + .navbar-link { border-bottom: 1px solid #bea9de; text-decoration: none; @@ -301,10 +303,13 @@ h1 { } .osaka { - width: 100%; height: auto; } + .text-status { + text-align: start; + } + main { width: 100%; }