mirror of
https://github.com/meineerde/holgerjust.de.git
synced 2025-10-17 17:01:01 +00:00
33 lines
462 B
SCSS
33 lines
462 B
SCSS
@import 'vendor/casper';
|
|
@import 'syntax';
|
|
@import 'icons';
|
|
|
|
.byline {
|
|
font-size: 1.8rem;
|
|
line-height: 1;
|
|
color: rgba(255, 255, 255, 0.8);
|
|
|
|
a { color: rgba(255, 255, 255, 0.8); }
|
|
|
|
> span {
|
|
display: block;
|
|
margin: 2em 0 1rem 0
|
|
}
|
|
}
|
|
|
|
.profile-links a {
|
|
margin: 1rem .8rem 1.6rem .8rem;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.author-meta span.hidden {
|
|
display: none;
|
|
}
|
|
|
|
.license {
|
|
display: block;
|
|
width: 45%;
|
|
float: right;
|
|
text-align: right;
|
|
}
|