clean and fix values grid columns values

This commit is contained in:
Sboonny 2023-02-19 06:18:59 +00:00
parent 019ea08e86
commit e65beeb0fe
3 changed files with 2 additions and 12 deletions

View File

@ -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.",

View File

@ -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
*/

View File

@ -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;
}