File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6464
6565@media (min-width : 1400px ) {
6666 .navbar-div {
67- padding-left : 10 % ;
67+ padding-left : 0 % ;
6868 }
6969 .navbar-nav {
7070 padding-right : 0 ;
Original file line number Diff line number Diff line change 11{{ "<!-- navigation --> " | safeHTML }}
22
3- < header class ="navigation col-12 shadow-sm " id ="header-navigation ">
4- < div class ="container col-12 " id ="header-container ">
3+ < header class ="navigation col-12 shadow-sm px-0 " id ="header-navigation ">
4+ < div class ="container " id ="header-container ">
55
66 <!-- navbar -->
7- < nav class ="navbar navbar-expand-xl navbar-light ">
8- < div class ="navbar-div ">
7+ < nav class ="navbar navbar-expand-xl navbar-light row ">
8+ < div class ="navbar-div col ">
99 < a class ="navbar-brand " href ="{{ site.Home.RelPermalink }} ">
1010 {{ with site.Params.logo}}
1111 < img width ="{{site.Params.logo_width}} " class ="img-fluid " src ="{{ . | relURL }} " alt ="{{ site.Title }} " style ="min-width: {{site.Params.logo_width}}; ">
You can’t perform that action at this time.
0 commit comments