mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
22 lines
309 B
SCSS
22 lines
309 B
SCSS
/*
|
|
This stylesheet contains styles that are general and
|
|
could not be grouped in a file of their own
|
|
*/
|
|
|
|
.container {
|
|
max-width: 920px;
|
|
}
|
|
|
|
.gravatar {
|
|
border-radius: 16px;
|
|
}
|
|
|
|
.dot {
|
|
width: 16px;
|
|
height: 16px;
|
|
border-radius: 100%;
|
|
|
|
margin-top: auto;
|
|
margin-bottom: auto;
|
|
margin-right: 4px;
|
|
} |