Skip to content

Commit

Permalink
fix: styles
Browse files Browse the repository at this point in the history
  • Loading branch information
MIU-cz committed May 25, 2024
1 parent 42ea214 commit 3feb4bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions autor-resourse/autor-footer-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,25 @@
@import url("https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap");
:root {
font-family: "Permanent Marker", cursive;
font-size: 12px;
--description-size: 12px;
}

.autor {
width: 100%;
box-sizing: border-box;
padding: 20px;
padding: 5px;
background-color: rgba(1, 46, 64, 0.3);
text-align: center;
letter-spacing: 0.1em;
color: currentColor;
}
.autor_description {
width: 100%;
font-size: var(--description-size);
}
.autor_socials {
width: 100%;
margin-top: 1rem;
margin-top: 0.1rem;
}
.autor a {
color: #025159;
Expand All @@ -29,8 +30,8 @@
}
.autor li {
display: inline-block;
width: 20px;
height: 20px;
width: 16px;
height: 16px;
border: solid 1px #025159;
border-radius: 50%;
overflow: hidden;
Expand All @@ -40,6 +41,7 @@
}
.autor li svg,
.autor li img {
display: flex;
width: 100%;
height: 100%;
}/*# sourceMappingURL=autor-footer-style.css.map */
2 changes: 1 addition & 1 deletion autor-resourse/autor-footer-style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3feb4bd

Please sign in to comment.