Moving about into its own directory for better organization
This commit is contained in:
parent
9fe3597c6f
commit
25dda4dd8b
3 changed files with 29 additions and 5 deletions
17
about/about.css
Normal file
17
about/about.css
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
body {
|
||||
li {
|
||||
/* list-style-type: none; */
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
img {
|
||||
height: 1rem;
|
||||
margin: 0.2rem;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
font-style: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue