Skip to content

Commit

Permalink
fix: revert a CSS change made by dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien Gatellier committed Nov 29, 2023
1 parent 533e08b commit 2a59033
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/css/1_revert_dependencies.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/**
* Revert Every Layout CSS property changes since version used in goodimpact-hugo/modules/base-structure v0.0.0-20221129171738-d8c79a5e4c78
* This declaration but preceed the .info-container > *:not(:first-child) > * {} ones.
*/
.box-l.--s2p0 {
/* use value from .box-l */
padding: var(--s1, 1.3rem);
}
File renamed without changes.

0 comments on commit 2a59033

Please sign in to comment.