File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7474 -webkit-box-align : center;
7575 -ms-flex-align : center;
7676 align-items : center;
77- max-width : 1200px ;
77+ /* max-width: 1200px; */
7878 margin : 0 auto;
7979}
8080.navbar .navbarTitle {
Original file line number Diff line number Diff line change 1212 display : flex ;
1313 justify-content : space-between ;
1414 align-items : center ;
15- max-width : 1200px ;
15+ /* max-width: 1200px; */
1616 margin : 0 auto ;
1717 }
1818
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ const Navbar: React.FC = () => {
7676
7777 return (
7878 < nav className = { `navbar p-2 h-16 top-0 z-50 transition-colors duration-500` } >
79- < div className = "navbarContent container mx-auto flex justify-between items-center " >
79+ < div className = "navbarContent container mx-auto justify-between " >
8080 { /* Logo and Brand Name */ }
8181 < Link
8282 to = "/"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ module.exports = {
1414 center : true ,
1515 padding : "2rem" ,
1616 screens : {
17- "2xl" : "1400px " ,
17+ "2xl" : "2100px " ,
1818 } ,
1919 } ,
2020 extend : {
You can’t perform that action at this time.
0 commit comments