Skip to content

Commit

Permalink
refactor: styles css
Browse files Browse the repository at this point in the history
  • Loading branch information
MIU-cz committed May 21, 2024
1 parent 5e9958d commit 42ea214
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions autor-resourse/autor-footer-style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $color-text: #fff;
// # main footer style
:root {
font-family: "Permanent Marker", cursive;
font-size: 12px;
--description-size: 12px;
}

// body {
Expand All @@ -22,7 +22,7 @@ $color-text: #fff;
.autor {
width: 100%;
box-sizing: border-box;
padding: 20px;
padding: 5px;
background-color: transparentize($color: $color-bg, $amount: 0.7);

text-align: center;
Expand All @@ -31,11 +31,12 @@ $color-text: #fff;

&_description {
width: 100%;
font-size: var(--description-size);
}

&_socials {
width: 100%;
margin-top: 1rem;
margin-top: 0.1rem;
}

a {
Expand All @@ -48,8 +49,8 @@ $color-text: #fff;

& li {
display: inline-block;
width: 20px;
height: 20px;
width: 16px;
height: 16px;

border: solid 1px $color-link;
border-radius: 50%;
Expand All @@ -61,6 +62,7 @@ $color-text: #fff;

svg,
img {
display: flex;
width: 100%;
height: 100%;
}
Expand Down

0 comments on commit 42ea214

Please sign in to comment.