Update styles.css

This commit is contained in:
Stripes
2022-10-26 19:59:09 +03:00
committed by GitHub
parent 268c6bf5aa
commit c20c175db3
+7
View File
@@ -138,6 +138,8 @@ h1 {
}
.labels-list {
text-align: center;
max-width: 80%;
margin: 0 auto;
}
.addon-title a {
font-weight: bold;
@@ -401,4 +403,9 @@ span#noEasy:hover {
div#searchBox #searchform {
max-width: 100%;
}
.labels-list {
text-align: center;
max-width: 100%;
margin: 0 auto;
}
}