web/sass/site.scss in update_repo-0.9.7 vs web/sass/site.scss in update_repo-0.9.8
- old
+ new
@@ -62,16 +62,20 @@
@include hilight-box($color: $console-hilight-color);
}
.important-note {
@include hilight-box($color: $important-hilight-color);
- font-size: 1.3em;
+ font-size: 1.2em;
padding: 5px;
text-align: justify;
text-shadow: $text-shadow-color 2px 1px 3px;
}
+.version {
+ @include hilight-box($color: $filename-hilight-color);
+}
+
.icon::before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-moz-osx-font-smoothing: grayscale;
@@ -107,9 +111,13 @@
.about {
padding-bottom: $section-padding-bottom;
padding-top: 65px;
.container {
+ }
+
+ p {
+ font-size: 120%;
}
}
//INSTALLATION
.installation {