Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorFlorian ANCEAU <flowgunso@users.noreply.github.com>2021-10-21 12:18:12 +0300
committerGitHub <noreply@github.com>2021-10-21 12:18:12 +0300
commitff86f78b4ddcfe26991f16506e04b28a14a9e93a (patch)
treee0af815688aac239fe74d37999f2c6f2b4fba065 /static
parentb5c371327751d277a46145c97216f8a25588dbf2 (diff)
Fix badge display when name is too long (#445)
Diffstat (limited to 'static')
-rw-r--r--static/css/sections/about.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/static/css/sections/about.css b/static/css/sections/about.css
index 71d4b17..19fd6ce 100644
--- a/static/css/sections/about.css
+++ b/static/css/sections/about.css
@@ -87,11 +87,14 @@
background: #3c4858;
font-size: 1rem;
color: #f9fafc;
- line-height: 135px;
+ line-height: initial;
text-align: center;
position: absolute;
top: 5%;
left: 5%;
+ display: flex;
+ justify-content: center;
+ align-items: center;
}
.circular-progress.blue .circular-progress-bar {