Skip to content

Commit

Permalink
Code Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisOuellet committed Nov 6, 2024
1 parent 0e3b580 commit 0ae5c65
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions css/plugins/include.less
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@
}
}

> h1:first-of-type, > h2[class^="include_firsttag"] {
> h1:first-of-type,
> h2[class^="include_firsttag"] {
text-transform: uppercase;
width: @ini_content_width;
background: @ini_border;
Expand All @@ -97,7 +98,8 @@
}
.makeFullWidth {
.plugin_include_content {
> h1:first-of-type, > h2[class^="include_firsttag"] {
> h1:first-of-type,
> h2[class^="include_firsttag"] {
width: ~"calc(100vw - 400px - @{ini_content_border})";
}
}
Expand All @@ -107,7 +109,8 @@
@media only screen and (max-width: 959px) {
.makeFullWidth {
.plugin_include_content {
> h1:first-of-type, > h2[class^="include_firsttag"] {
> h1:first-of-type,
> h2[class^="include_firsttag"] {
width: 100vw;
}
}
Expand Down

0 comments on commit 0ae5c65

Please sign in to comment.