-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: revert a CSS change made by dependency update
- Loading branch information
Bastien Gatellier
committed
Nov 29, 2023
1 parent
533e08b
commit f03e936
Showing
3 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/** | ||
* Revert Every Layout CSS property changes since version used in goodimpact-hugo/modules/base-structure v0.0.0-20221129171738-d8c79a5e4c78 | ||
*/ | ||
.box-l.--s2p0 { | ||
/* use value from .box-l */ | ||
padding: var(--s1, 1.3rem); | ||
} |
File renamed without changes.
File renamed without changes.