Browse Source

épaisseur du menu et capitales du nom du site

Hugo Roy 9 years ago
parent
commit
2c9d984754
1 changed files with 2 additions and 1 deletions
  1. 2 1
      _sass/page.scss

+ 2 - 1
_sass/page.scss

@@ -16,7 +16,7 @@ body {
 	@include container;
 	padding: 2em 0 1em;
 	font-family: $heading-font;
-	font-weight: 300;
+	font-weight: 500;
 	/* text-transform: uppercase; */
 	@include clearfix;
 }
@@ -29,6 +29,7 @@ body {
 	margin-bottom: 1em;
 	float: none;
 	display: block;
+	text-transform: uppercase;
 	@include font-rem(24);
 	@media #{$small} {
 		@include grid(12,2);