KIT&GO intro, module 1
This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
// @import 'colors' <- we use the library's default values for colors, we don't need this
|
||||
|
||||
nav{
|
||||
height: 52px;
|
||||
|
||||
&#navbar {
|
||||
height: 52px;
|
||||
|
||||
.left {
|
||||
flex:0;
|
||||
text-align: left;
|
||||
@@ -61,6 +62,13 @@ nav{
|
||||
box-sizing: border-box;
|
||||
transition: ease 0.2s all;
|
||||
}
|
||||
|
||||
&#TableOfContents {
|
||||
a {
|
||||
color: $white;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media(max-width: $breakpoint-phone) {
|
||||
@@ -106,9 +114,6 @@ body {
|
||||
text-align: justify;
|
||||
color: $secondarycolor;
|
||||
}
|
||||
div {
|
||||
min-width: 200px;
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: justify;
|
||||
|
||||
Reference in New Issue
Block a user