summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--commun.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/commun.css b/commun.css
index 7248bfc..f0a0f19 100644
--- a/commun.css
+++ b/commun.css
@@ -15,7 +15,6 @@ header.banner {
header.banner .brand {
display: flex;
align-items: center;
- max-width: 40%;
}
header.banner .brand img {
@@ -23,6 +22,7 @@ header.banner .brand img {
}
header.banner .brand h1 {
transition: color 1s;
+ text-align: center;
}
header.banner .brand:hover img {
filter: brightness(100%) sepia(100%);