mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-25 21:08:54 +08:00
clean and fix values grid columns values
This commit is contained in:
parent
019ea08e86
commit
e65beeb0fe
@ -210,7 +210,6 @@
|
||||
"longest-streak": "Longest Streak:",
|
||||
"current-streak": "Current Streak:",
|
||||
"portfolio": "Portfolio",
|
||||
"portfolio_link": "A live URL link for {{title}} project.",
|
||||
"timeline": "Timeline",
|
||||
"none-completed": "No challenges have been completed yet.",
|
||||
"get-started": "Get started here.",
|
||||
|
||||
@ -6,14 +6,6 @@ Increase the spacing in paragraphs
|
||||
line-height: 2rem;
|
||||
}
|
||||
|
||||
/*
|
||||
Profile section
|
||||
*/
|
||||
|
||||
[dir='rtl'] #profile-portfolio-image {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
/*
|
||||
Intro project buttons and headings
|
||||
*/
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
font-size: 1.5rem;
|
||||
margin-top: 0.5em;
|
||||
margin-inline-start: 0.5em;
|
||||
grid-column: 1/ 1;
|
||||
grid-column: 1/ -1;
|
||||
grid-row: 2;
|
||||
}
|
||||
|
||||
@ -29,7 +29,6 @@
|
||||
grid-column: 1/ -1;
|
||||
margin-inline-start: 0.5em;
|
||||
grid-row: 3;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
@media (max-width: 990px) {
|
||||
@ -50,7 +49,7 @@
|
||||
}
|
||||
|
||||
.portfolio-container h3 {
|
||||
grid-column: 2;
|
||||
grid-column: 2 / -1;
|
||||
grid-row: 1;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user