Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
💄 Slight fix on sections titles
Browse files Browse the repository at this point in the history
  • Loading branch information
GitSquared committed Aug 11, 2018
1 parent f863cb2 commit f3023bf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,34 +37,34 @@ body.solidBackground {
height: auto;
}

h3.title {
section > h3.title:first-child {
position: fixed;
margin: 0vh;
padding: 0vh 0.925vh;
font-size: 1.02vh;
border-bottom: 0.092vh solid rgba(var(--color_r), var(--color_g), var(--color_b), 0.3);
}
h3.title > p {
section > h3.title:first-child > p {
display: inline-block;
margin: 0vh;
width: 49.4%;
}
h3.title > p:last-child {
section > h3.title:first-child > p:last-child {
text-align: right;
}
h3.title::before {
section > h3.title:first-child::before {
content: "";
border-left: 0.092vh solid rgba(var(--color_r), var(--color_g), var(--color_b), 0.3);
position: relative;
left: -0.925vh;
bottom: -0.555vh;
height: 0.46vh;
}
h3.title::after {
section > h3.title:first-child::after {
content: "";
border-right: 0.092vh solid rgba(var(--color_r), var(--color_g), var(--color_b), 0.3);
position: relative;
right: -0.94vh;
right: -1.2vh;
bottom: -0.555vh;
height: 0.46vh;
}

0 comments on commit f3023bf

Please sign in to comment.