Skip to content

Commit

Permalink
Adding meta viewport for mobile and some mobile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishaider committed Jul 11, 2024
1 parent b1788c1 commit a11cdf1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
6 changes: 6 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">



<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
Expand Down
6 changes: 3 additions & 3 deletions _sass/nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ nav#main-nav {
border-radius: 0;
border: transparent;
background-color: transparent;
// color: $brand-text-light !important;

}

.navbar-toggler-icon {
Expand Down Expand Up @@ -75,7 +75,7 @@ nav#main-nav {
color: #fff;
}
.dropend .dropdown-toggle {
color: $brand-primary;;
color: $brand-primary;
margin-left: 1em;
}
.dropdown-item:hover {
Expand Down Expand Up @@ -145,7 +145,7 @@ nav#main-nav.navbar-top.nav-page {

@media (max-width: 767px) {
.navbar-collapse {
background-color: $brand-light;
//background-color: $brand-light;
}
}
}
Expand Down
6 changes: 4 additions & 2 deletions assets/css/subpage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ section {
margin-bottom:100px;

h2 {
font-size:5rem;
font-size:3rem;
font-weight:700;
color:$base-text-color-light;
}

p {
font-size:2.5rem;
font-size:2rem;
font-weight:500;
color:$base-text-color-light;
}
Expand Down Expand Up @@ -132,6 +132,7 @@ section#book {
font-size:1.5rem;
color: $brand-primary;
font-weight:500;
text-justify: none;
}

//authors
Expand Down Expand Up @@ -192,6 +193,7 @@ li {
display: block;
position: relative;
padding-left: 20px;

}

li:before {
Expand Down

0 comments on commit a11cdf1

Please sign in to comment.