Skip to content

Commit 76ec0ce

Browse files
committed
Fixed Width Of Line in 'Discover More' Section
1 parent 1a3adb5 commit 76ec0ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: home/css/index.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -317,11 +317,11 @@ section .title::after {
317317
background-color: var(--ninth-color);
318318
}
319319
#useful-links .title::before{
320-
width: 250px;
320+
width: 200px;
321321
}
322322

323323
#useful-links .title::after{
324-
content: "extended resources";
324+
content: "dive deeper";
325325
}
326326

327327
.achievements-card-icon{

0 commit comments

Comments
 (0)