KIT&GO intro, module 1

This commit is contained in:
2021-09-13 08:37:05 +02:00
parent b7ba1d105f
commit 498b9ab780
412 changed files with 121753 additions and 320 deletions

View File

@@ -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;