16 lines
156 B
SCSS
16 lines
156 B
SCSS
|
@import "constants";
|
||
|
|
||
|
#profil-page {
|
||
|
b {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.card {
|
||
|
margin: 3 * $default-spacer 0;
|
||
|
}
|
||
|
|
||
|
p {
|
||
|
margin: 16px auto;
|
||
|
}
|
||
|
}
|