Skip to content

Commit

Permalink
#344 fixed some issues with body text spacing and content nav box hei…
Browse files Browse the repository at this point in the history
…ght. Also fixed issues with title, but will need someone to review changes
  • Loading branch information
Your Name committed Jul 3, 2021
1 parent 8917c1b commit a48aa6c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions _guides/creating-good-readmes-for-automations.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ See an example of a good 100 Automations Read.me: [True GitHub Contributors](htt
A good 100 Automations Read.me should have the following content:



```
# Title
Expand Down
1 change: 0 additions & 1 deletion _layouts/guides.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ <h5 class="title5">In This Guide</h5>
<h2>Contents</h2>
{% include toc.html submenu_class='nav-border-links' html=content h_min=2 h_max=3 %}
</nav>

</div>

</section>
Expand Down
23 changes: 12 additions & 11 deletions _sass/guides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,22 @@
background-color: #003750;
box-shadow: -20rem 0 #003750, 40rem 0 #003750;
margin-bottom: 4rem;
//comment

}

.hero-container--guides .col1{
grid-column: 1/8;
max-width: 827px;
max-width: max-content;
max-height: 168px;
margin: 4rem 0 4rem 0;
}

.hero-container--guides .col3{
grid-column: 10/12
}

.title1 {
align-self: center;
}
// end hero container - first section element

// parental div stuff
Expand Down Expand Up @@ -109,8 +111,7 @@ grid-column: 10/12
}

.body-container{
grid-column-gap: 25rem;
grid-column: 1/span 12;
grid-column-gap: 22rem;
font-family: 'Open Sans', sans-serif;
padding-bottom: 5rem;
display: flex;
Expand Down Expand Up @@ -143,7 +144,7 @@ grid-column: 10/12

.sticky-nav-container--guides nav{
width: 310px;
height: 320px;
height: max-content;
}

.sticky-nav-container--guides h2{
Expand All @@ -162,19 +163,18 @@ grid-column: 10/12
.sticky-nav-container--guides ul{
list-style-type: none;
padding-left: 24px;
margin-top: 0;
margin: 0;
}

.sticky-nav-container--guides a{
padding-top: 8px;
padding-bottom: 8px;
margin: 0;
padding: 8px .5rem 8px 0;
margin: 0 1rem 0 0 ;
color:black;
}

.sticky-nav-container--guides li{
padding-bottom: 8px;
margin-top: 8px;
margin: 8px 0 0 0;
}

.sticky-nav-container--guides a{
Expand All @@ -191,6 +191,7 @@ grid-column: 10/12
.nav-border{
background-color: #F4F6F9;
padding-bottom: 16px;
height: max-content;
}
// end right nav container

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"
services:
website:
image: jekyll/jekyll:pages
container_name: website
container_name: "oneHundred"
command: jekyll serve --force_polling --livereload --config _config.yml,_config.docker.yml --incremental
environment:
- JEKYLL_ENV=docker
Expand Down

0 comments on commit a48aa6c

Please sign in to comment.