fix: minor css issues

This commit is contained in:
Matthieu Bessat 2022-07-14 19:28:22 +02:00
parent 3b7c4a8dda
commit 83fef42fa6
3 changed files with 8 additions and 3 deletions

View file

@ -43,9 +43,8 @@ em {
}
&::before {
$square-size: 10px;
margin: 8px 15px 8px 8px;
margin: 14px 15px 8px 8px;
content: '';
width: $square-size;
height: $square-size;

View file

@ -62,6 +62,7 @@ body {
min-height: 100vh;
display: flex;
flex-direction: column;
line-height: 1.5em;
}
.hidden {
@ -93,6 +94,7 @@ section:last-of-type {
section h2 {
margin-top: 0;
margin-bottom: 0;
line-height: 1.5em;
}
.about-header {
@ -101,11 +103,15 @@ section h2 {
.profile-nav {
text-align: center;
a {
color: white;
opacity: 0.8;
margin-right: .6em;
}
a:last-of-type {
margin-right: 0;
}
}
@media (min-width: $lg-breakpoint) {

File diff suppressed because one or more lines are too long