diff --git a/front/src/css/about.css b/front/src/css/about.css new file mode 100644 index 0000000..0436d82 --- /dev/null +++ b/front/src/css/about.css @@ -0,0 +1,10 @@ +.about { + margin: 3em auto; + width: 50%; +} +.about p { + margin: 2em; +} +.about a { + color: #FFF; +} diff --git a/front/src/css/main.css b/front/src/css/main.css index 5a8e4a7..d4631b7 100644 --- a/front/src/css/main.css +++ b/front/src/css/main.css @@ -112,6 +112,12 @@ h1 span { margin-top: 4em; color: black; } +.star { + font-weight: bold; +} +.star span { + font-size: 1.2em; +} .footer { padding: 3em; color: #413; @@ -119,12 +125,6 @@ h1 span { .footer a { color: inherit; } -.footer .star { - font-weight: bold; -} -.footer .star span { - font-size: 1.2em; -} /* Icons */ .icon-lab { font-family: "fontsmith-icons"; diff --git a/front/src/less/about.less b/front/src/less/about.less new file mode 100644 index 0000000..67de419 --- /dev/null +++ b/front/src/less/about.less @@ -0,0 +1,12 @@ +.about { + margin: 3em auto; + width: 50%; +} + +.about p { + margin: 2em; +} + +.about a { + color: #FFF; +} \ No newline at end of file diff --git a/front/src/less/main.less b/front/src/less/main.less index 5d4abdf..9d8065f 100644 --- a/front/src/less/main.less +++ b/front/src/less/main.less @@ -112,18 +112,20 @@ h1 span { } } + +.star { + font-weight: bold; + span { + font-size: 1.2em; + } +} + .footer { padding: 3em; color: #413; a { color: inherit; } - .star { - font-weight: bold; - span { - font-size: 1.2em; - } - } } /* Icons */ diff --git a/front/src/main.html b/front/src/main.html index 51277bb..6015d59 100644 --- a/front/src/main.html +++ b/front/src/main.html @@ -11,6 +11,7 @@ + @@ -32,7 +33,7 @@