diff --git a/css/style.css b/css/style.css index eb8f3ee..3518e56 100644 --- a/css/style.css +++ b/css/style.css @@ -318,7 +318,8 @@ header .card-underline{ } #star,#fork { - + position: relative; + right: 5px; padding: 7px; outline: none; user-select: none; @@ -326,13 +327,16 @@ header .card-underline{ background-color: #D3AD7D; color: #14100C; } + .st,.fo { - position: relative; - top: 50%; - transform: translate(0%,-50%); - margin-left: 10px; - left: 60%; + padding-top: 5%; +} + +.space +{ + padding-left: 10px; + padding-right: 10px; } #snow{ diff --git a/index.html b/index.html index a848c69..47ccbb6 100644 --- a/index.html +++ b/index.html @@ -104,6 +104,9 @@