Skip to content

Commit

Permalink
text indents and bold first lines
Browse files Browse the repository at this point in the history
  • Loading branch information
IronRunes committed Oct 20, 2017
1 parent 74b1b53 commit a90ff53
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
11 changes: 11 additions & 0 deletions dist/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,17 @@ div.container > header .see-all-content:after {
left: 0px;
top: 15px;
}
.message article .content .text p {
padding-left: 15px;
text-indent: -15px;
margin-right: 30px;
}
.message article .content .text p::first-line {
font-family: "Clear Sans Bold", sans-serif;
padding-left: 0px;
display: inline-block;
margin-right: 0px;
}
.message article .content .toggle {
font-family: "Sintony", sans-serif;
font-weight: bold;
Expand Down
16 changes: 15 additions & 1 deletion src/less/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ div.container > header {
display: table;
clear: both;
}

header {
width: 100%;
height: 100%;
Expand Down Expand Up @@ -156,6 +156,20 @@ div.container > header {
top: 15px;
}


.text p {
padding-left: 15px;
text-indent: -15px;
//margin-left: 20px;
margin-right: 30px;
&::first-line {
.clearsans-bold;
padding-left: 0px;
display: inline-block;
margin-right: 0px;
}
}

.toggle {
.sintony;
color: @violet;
Expand Down

0 comments on commit a90ff53

Please sign in to comment.