This commit is contained in:
Barış Soner Uşaklı
2022-01-10 18:02:26 -05:00
2 changed files with 9 additions and 1 deletions

View File

@@ -23,6 +23,10 @@
flex-direction: row-reverse;
margin: 0;
li {
align-self: end;
}
> * {
margin-right: 20px;
}
@@ -88,6 +92,10 @@
}
}
#main-menu li {
padding-bottom: 10px;
}
> ul {
list-style-type: none;
padding: 0px;
@@ -98,7 +106,6 @@
> li {
float: left;
margin-right: 30px;
padding-bottom: 10px;
border-bottom: 4px solid transparent;
transition: border-color 150ms linear;

View File

@@ -2,6 +2,7 @@
"extends": [
"config:base"
],
"rangeStrategy": "pin",
"labels": ["dependencies"],
"packageRules": [
{