X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=cmd%2Fweb%2Fstatic%2Fstyle.css;h=bfa43f06d70cdf5398e83da63f4492dd3da60419;hb=2f91f20a8645339385ada602684f4957f20f4da4;hp=12af3793c2a8ec0b6d13b4c9deac912ae8855951;hpb=3602fbf8412d69900d793a963c8e774f487f5e45;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FCryptoportfolio%2FFront.git diff --git a/cmd/web/static/style.css b/cmd/web/static/style.css index 12af379..bfa43f0 100644 --- a/cmd/web/static/style.css +++ b/cmd/web/static/style.css @@ -3,7 +3,6 @@ body { font-family: 'Fira Mono', 'Helvetica Neue', Arial, Helvetica, sans-serif; background-color: rgb(246, 248, 251); - text-align: center; } ul { @@ -25,6 +24,10 @@ a:focus { color: inherit; } +i.cc { + font-size: 1.5em; +} + #logo { text-align: center; display: inline-block; @@ -93,8 +96,8 @@ a:focus { background-color: rgb(250, 250, 250); box-shadow: 0 2px 6px 2px rgba(0,0,0,.05); border-radius: 4px; -} - -.box:hover { - box-shadow: 0 4px 15px 2px rgba(0,0,0,.20); -} + margin-bottom: 10px; + margin-top: 10px; + padding-top: 10px; + padding-bottom: 10px; +} \ No newline at end of file