fix: minor css issues
This commit is contained in:
parent
3b7c4a8dda
commit
83fef42fa6
3 changed files with 8 additions and 3 deletions
|
@ -43,9 +43,8 @@ em {
|
||||||
}
|
}
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
|
|
||||||
$square-size: 10px;
|
$square-size: 10px;
|
||||||
margin: 8px 15px 8px 8px;
|
margin: 14px 15px 8px 8px;
|
||||||
content: '';
|
content: '';
|
||||||
width: $square-size;
|
width: $square-size;
|
||||||
height: $square-size;
|
height: $square-size;
|
||||||
|
|
|
@ -62,6 +62,7 @@ body {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
line-height: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
|
@ -93,6 +94,7 @@ section:last-of-type {
|
||||||
section h2 {
|
section h2 {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
line-height: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-header {
|
.about-header {
|
||||||
|
@ -101,11 +103,15 @@ section h2 {
|
||||||
|
|
||||||
|
|
||||||
.profile-nav {
|
.profile-nav {
|
||||||
|
text-align: center;
|
||||||
a {
|
a {
|
||||||
color: white;
|
color: white;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
margin-right: .6em;
|
margin-right: .6em;
|
||||||
}
|
}
|
||||||
|
a:last-of-type {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: $lg-breakpoint) {
|
@media (min-width: $lg-breakpoint) {
|
||||||
|
|
2
public/dist/app.min.css
vendored
2
public/dist/app.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue