Skip to content

Commit

Permalink
Merge pull request #9 from pselfin/rsschool-cv-html
Browse files Browse the repository at this point in the history
fix: css mobile
  • Loading branch information
pselfin authored Jul 4, 2024
2 parents f83eafb + 0fcb8dc commit 248f071
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 4 additions & 1 deletion css/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/styles.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ main {
div.row {
display: flex;
gap: 20px;
flex-direction: column;
flex-direction: row;
}
}

Expand Down Expand Up @@ -108,6 +108,10 @@ footer {
main {
min-width: 320px;
padding: 0 10px;

div.row {
flex-direction: column;
}
}

.logo {display: none;}
Expand Down

0 comments on commit 248f071

Please sign in to comment.