diff --git a/assets/css/page/construction.css b/assets/css/page/construction.css index 86d384f..c63ea75 100644 --- a/assets/css/page/construction.css +++ b/assets/css/page/construction.css @@ -1,4 +1,14 @@ #taupe{ top: 100%; -} \ No newline at end of file +} + +#decompte{ + + margin-top: 5%; + width: 100%; + height: 200%; + font-size: 10vh; + color: rgb(159, 73, 47); + +} diff --git a/assets/css/page/index.css b/assets/css/page/index.css index b3a03c3..f23d3ae 100644 --- a/assets/css/page/index.css +++ b/assets/css/page/index.css @@ -15,8 +15,8 @@ margin-top: 5%; width: 100%; - height: 200px; - font-size: 100px; + height: 200%; + font-size: 10vh; color: rgb(159, 73, 47); }