A bit of everything again

This commit is contained in:
Michał Gdula 2022-07-26 18:16:17 +01:00
parent 182892b172
commit 71a15efcc0
11 changed files with 113 additions and 15 deletions

16
css/about.css Normal file
View file

@ -0,0 +1,16 @@
/*
-=-=-= ABOUT =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
*/
.about-root {
margin: 0 auto 2rem; padding: 0.5rem;
max-width: 621px; width: calc(100% - 2rem);
background-color: var(--bg); color: var(--fg);
border: 0.2rem solid var(--green);
outline: 0.5rem solid var(--bg);
border-radius: var(--rad);
box-shadow: var(--shadow);
}