Skip to content

Commit 9e7c11f

Browse files
animeshsinghweboanarosca
authored andcommitted
Fixed the padding error of the .logos .gci-hover p of Issue 425 (#427)
* Fixed .logos img grids issue Also updated Readme.md for better instructions to students for adding logos in the correct dimensions. Refer Issue #256 * Fixed the padding error of the .logos .gci-hover p Just gave a quick fix to Issue: #425
1 parent a32c1a1 commit 9e7c11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stylesheets/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ figure.effect-gcihover figcaption {
183183
z-index: 1;
184184
}
185185
figure.effect-gcihover p {
186-
padding: 2.25em 0.5em;
186+
padding: 3.35em 0.5em;
187187
font-weight: 600;
188188
font-size: 100%;
189189
line-height: 1.5;

0 commit comments

Comments
 (0)