Skip to content

Commit

Permalink
removed commented lines and changes in bootstrap.css
Browse files Browse the repository at this point in the history
  • Loading branch information
S-kus committed Jan 12, 2022
1 parent e68da9d commit d5ece68
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<header class="large" id="firstHeader" >
<div class="row">
<div class="container">
<nav class="navbar navbar-default navbar-expand-lg fixed-top align-items-center d-flex justify-content-between">
<nav class="navbar navbar-default navbar-expand-lg fixed-top align-items-center d-flex justify-content-between pb-0 pt-0">
<div class="navbar-header">
<div id="navh" class="logo1">
<a href="{{ site.baseurl }}/">{% include logo.svg %}</a>
Expand Down
2 changes: 0 additions & 2 deletions css/airspace.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
margin-right:5px;
position:absolute;
left:350px;
/* bottom:1px; */
z-index:2;
width: 200px;
box-sizing: border-box;
Expand Down Expand Up @@ -99,7 +98,6 @@ header li{
-o-transition: all 0.3s; /* Opera */
}

/* header.large li{ margin-top: 35px; } */
header.large li.dropdown li{margin-top: 0px;}
header.small{ height:40px; }

Expand Down
3 changes: 1 addition & 2 deletions css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -3946,7 +3946,7 @@
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
/* padding: 0.5rem 1rem; */
padding: 0.5rem 1rem;
}

.navbar > .container,
Expand Down Expand Up @@ -4097,7 +4097,6 @@
display: none;
}
.navbar-expand-sm .dropup .dropdown-menu {
width: fit-content; /* change */
top: auto;
bottom: 100%;
}
Expand Down

0 comments on commit d5ece68

Please sign in to comment.