Files
astuto/app/javascript/stylesheets/general/_index.scss

22 lines
309 B
SCSS
Raw Normal View History

/*
This stylesheet contains styles that are general and
could not be grouped in a file of their own
*/
2019-08-19 16:43:32 +02:00
.container {
max-width: 920px;
2019-08-19 17:42:13 +02:00
}
.gravatar {
border-radius: 16px;
2019-09-12 18:03:19 +02:00
}
.dot {
width: 16px;
height: 16px;
border-radius: 100%;
margin-top: auto;
margin-bottom: auto;
margin-right: 4px;
2019-08-19 16:43:32 +02:00
}