diff --git a/css/style.css b/css/style.css index 275d95f..5341ccc 100644 --- a/css/style.css +++ b/css/style.css @@ -1,10 +1,26 @@ main { - flex: 1 0 auto; + flex: 1 0 auto; } - footer { - text-align: center; - position: fixed; - bottom: 0; + text-align: center; + position: fixed; + bottom: 0; } + +.row { + margin-top: 20px; + display: flex; + justify-content: space-between; +} + +.col-md-6 { + flex: 0 0 50%; + max-width: 50%; +} + +.col-md-12 { + flex: 0 0 100%; + max-width: 100%; +} + diff --git a/html/projet_detail.html b/html/projet_detail.html index 71ebbd8..589d1fd 100644 --- a/html/projet_detail.html +++ b/html/projet_detail.html @@ -19,47 +19,43 @@