Refactor and fix

This commit is contained in:
schmelczerandras 2020-11-22 22:43:28 +01:00
parent 91d92f7f48
commit 4be519f052
22 changed files with 118 additions and 113 deletions

View file

@ -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,