feat: design + perf + tags etc.
This commit is contained in:
parent
93f3506f83
commit
6c63611198
44 changed files with 279 additions and 299 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
.avatar__wrapper {
|
||||
margin-bottom: 1.5rem;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.avatar__wrapper .avatar__wrapper--interior {
|
||||
|
@ -22,14 +23,9 @@
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.avatar__wrapper,
|
||||
.avatar__wrapper .avatar__wrapper--interior picture > *,
|
||||
.avatar__wrapper .avatar__wrapper--interior img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.avatar__wrapper .avatar__wrapper--interior picture > *,
|
||||
.avatar__wrapper .avatar__wrapper--interior img {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
.contact__wrapper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.contact__wrapper textarea {
|
||||
height: 10rem;
|
||||
resize: none;
|
||||
|
|
|
@ -16,8 +16,7 @@
|
|||
}
|
||||
|
||||
.now__section--header {
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 1rem;
|
||||
margin: 2rem 0 1rem;
|
||||
}
|
||||
|
||||
.now__section--header:first-of-type {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
/* footnotes */
|
||||
hr.footnotes-sep {
|
||||
margin: 2.5rem 0;
|
||||
margin: 1.25rem 0;
|
||||
}
|
||||
|
||||
.footnotes-list {
|
||||
|
@ -18,7 +18,7 @@ hr.footnotes-sep {
|
|||
}
|
||||
|
||||
.footnotes {
|
||||
padding-bottom: 1.5rem;
|
||||
padding-bottom: 1.25rem;
|
||||
}
|
||||
|
||||
.footnote-item > p {
|
||||
|
|
Reference in a new issue