9 lines
253 B
CSS
9 lines
253 B
CSS
/* Profile page — sovereign://profile
|
|
* Imports the shared sovereign:// base theme. */
|
|
@import url("sovereign://sovereign-base.css");
|
|
|
|
.profile-picture {
|
|
max-width: 120px; max-height: 120px; border-radius: 8px;
|
|
float: right; margin-left: 16px;
|
|
}
|