mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-14 15:09:59 -04:00
fix lint and remove unused stuff
This commit is contained in:
parent
09afde4396
commit
e6420b601a
1 changed files with 4 additions and 25 deletions
|
@ -73,28 +73,6 @@ $story-width: $cols3;
|
|||
background-color: $band-color;
|
||||
padding: 1rem 0;
|
||||
}
|
||||
|
||||
.sub-nav {
|
||||
text-align: left;
|
||||
|
||||
li {
|
||||
margin: 0 .5rem 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
&.faq-banner {
|
||||
margin-bottom: 0;
|
||||
background-color: $ui-gray;
|
||||
}
|
||||
}
|
||||
|
||||
.general-usage {
|
||||
justify-content: space-between;
|
||||
|
||||
p {
|
||||
max-width: $cols4;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -117,17 +95,18 @@ $story-width: $cols3;
|
|||
}
|
||||
|
||||
section {
|
||||
.nav-spacer {
|
||||
.nav-spacer { // For making the anchors work.
|
||||
display: block;
|
||||
visibility: hidden;
|
||||
margin-top: -50px; // height of nav bar
|
||||
margin-top: -50px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
margin-bottom: 3rem;
|
||||
|
||||
h2 {
|
||||
text-align: center;
|
||||
margin-bottom: .75rem;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue