Refactor and fix
This commit is contained in:
parent
91d92f7f48
commit
4be519f052
22 changed files with 118 additions and 113 deletions
|
|
@ -1,11 +1,17 @@
|
|||
@use '../../style/mixins' as *;
|
||||
|
||||
section#about {
|
||||
@include card-base();
|
||||
#about {
|
||||
text-align: center;
|
||||
box-shadow: var(--shadow);
|
||||
padding: var(--normal-margin);
|
||||
background-color: var(--accent-color);
|
||||
font-size: 0;
|
||||
|
||||
::selection {
|
||||
background-color: var(--very-light-text-color);
|
||||
color: var(--accent-color);
|
||||
}
|
||||
|
||||
$img-size: 125px;
|
||||
h1,
|
||||
img,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue