started font matching

This commit was merged in pull request #34.
This commit is contained in:
victorAnumudu
2025-06-29 14:43:04 +01:00
parent 38c5717667
commit ec11a7b5b3
4 changed files with 12 additions and 8 deletions
+7 -3
View File
@@ -22,10 +22,9 @@
}
.login-links a {
font-size: 15px;
font-weight: 700;
font-size: 14px;
padding: 0px 20px;
border-right: 2px solid;
border-right: 2px solid #6c757d;
cursor: pointer;
}
@@ -35,4 +34,9 @@
.login-links a:last-child{
border: 0px;
}
button{
font-size: 1rem!important;
font-weight: 700!important;
}