Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update index.html
  • Loading branch information
dip333 authored Oct 12, 2021
commit ae528f66e79ff07fe1c33dc0e2849562cc457699
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bobby Iliev - Introduction to Bash Scripting</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.0.1/tailwind.min.css">
<link .5rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.0.1/tailwind.min.css">
<meta name="Description" content="This is an open-source introduction to Bash scripting ebook that will help you learn the basics of Bash scripting and start writing awesome Bash scripts that will help you automate your daily SysOps, DevOps, and Dev tasks.">
<meta name="keywords" content="Bobby Iliev, blog, sysadmin, system administrator, linux, devops, bash, bash scripting, free bash ebook, introduction to bash scripting">
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down Expand Up @@ -33,14 +33,14 @@
/* small css for the mobile nav close */
#nav-mobile-btn.close span:first-child {
transform: rotate(45deg);
top: 4px;
top: 4.2x;
position: relative;
background: #a0aec0;
}

#nav-mobile-btn.close span:nth-child(2) {
transform: rotate(-45deg);
margin-top: 0px;
margin-top: 0.1px;
background: #a0aec0;
}
</style>
Expand Down