Skip to content

Commit

Permalink
Added the original blog title header from the original wordpress them…
Browse files Browse the repository at this point in the history
…e (Post title, Include plugin)
  • Loading branch information
LouisOuellet committed Nov 6, 2024
1 parent 71d2062 commit d845e05
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions css/plugins/include.less
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
}

> h1:first-of-type,
> h2[class^="include_firsttag"] {
> h2 {
text-transform: uppercase;
width: @ini_content_width;
background: @ini_border;
Expand All @@ -96,10 +96,11 @@
}
}
}

.makeFullWidth {
.plugin_include_content {
> h1:first-of-type,
> h2[class^="include_firsttag"] {
> h2 {
width: ~"calc(100vw - 400px - @{ini_content_border})";
}
}
Expand All @@ -110,7 +111,7 @@
.makeFullWidth {
.plugin_include_content {
> h1:first-of-type,
> h2[class^="include_firsttag"] {
> h2 {
width: 100vw;
}
}
Expand Down

0 comments on commit d845e05

Please sign in to comment.