modifs design
This commit is contained in:
parent
8e5d03da8a
commit
6646802a82
Binary file not shown.
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 83 KiB |
BIN
app/assets/images/front/logoold.png
Normal file
BIN
app/assets/images/front/logoold.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
@ -2,7 +2,7 @@
|
||||
|
||||
position:fixed;
|
||||
top:1em;
|
||||
left:1em;
|
||||
right:1em;
|
||||
width:300px;
|
||||
background:rgba(0,0,0,0.8);
|
||||
z-index:2;
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
$baseFontSize : 16px;
|
||||
|
||||
$headerFontFamily : 'Verdana', 'arial', 'san-serif';
|
||||
$headerFontFamily : 'Times', 'Times new roman', 'serif';
|
||||
$headerFontWeight : normal;
|
||||
$ratio : 1.35;
|
||||
$rowWidth : 1200px;
|
||||
@ -46,7 +46,7 @@ $rowWidth : 1200px;
|
||||
|
||||
body{
|
||||
|
||||
font-family : 'Avenir', 'arial', 'san-serif';
|
||||
font-family : 'Times', 'Times new roman', 'serif';
|
||||
|
||||
color:#333333;
|
||||
|
||||
@ -86,6 +86,11 @@ body{
|
||||
}
|
||||
|
||||
#main{
|
||||
text-align:justify;
|
||||
.eight{
|
||||
|
||||
padding:0 5em 0 3em;
|
||||
}
|
||||
h1, h2,h3,h4{
|
||||
color :#00ade2;
|
||||
}
|
||||
|
@ -9,7 +9,7 @@ class Public::HomeController < ApplicationController
|
||||
@articles = @articles.page(params[:page]).per(4)
|
||||
|
||||
|
||||
@title = "Articles du blog"
|
||||
@title = "Formation EFT"
|
||||
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user