Skip to content

Commit

Permalink
update folser
Browse files Browse the repository at this point in the history
  • Loading branch information
tanveer65 committed Dec 13, 2023
1 parent b5ddb5e commit 75ef077
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions tutorindigo/templates/indigo/lms/static/sass/home/_home.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
// Include custom home
section.home {
max-width: 1090px;
margin: 0 auto;
padding: 0 15px;
}
.home>header .title {
background: none !important;
}
.global-header .nav-links .secondary {
.btn-holder {
letter-spacing: -.32em;
margin: 0 -7px;
.nav-item {
letter-spacing: normal;
margin: 0 7px;
padding: 12px 0;
.btn {
line-height: 20px;
padding: 9px 17px;
font-size: 14px;
border-radius: 6px;
font-weight: 500;
display: block;
}
}
}
}

0 comments on commit 75ef077

Please sign in to comment.