mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-03 16:10:26 +03:00
Have added sidebar panel
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -1 +1,2 @@
|
||||
@import 'components/avatar';
|
||||
@import 'components/core';
|
||||
|
9
_scss/components/_avatar.scss
Normal file
9
_scss/components/_avatar.scss
Normal file
@ -0,0 +1,9 @@
|
||||
.avatar {
|
||||
margin: auto;
|
||||
max-width: 148px;
|
||||
text-align: center;
|
||||
|
||||
img {
|
||||
border-radius: 10px;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user