Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Alireza-foroutan committed Apr 22, 2024
1 parent 24f936c commit fc94733
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions master.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

body {
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
overflow-x: hidden;
}

main {
Expand Down Expand Up @@ -171,6 +172,7 @@ main > .gallery > div {
justify-content: space-between;
}
main > .gallery > div > figure {
width: 33.3%;
position: relative;
display: flex;
align-items: center;
Expand Down
2 changes: 1 addition & 1 deletion master.css.map

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

2 changes: 2 additions & 0 deletions master.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ $favSize : 14px;

body {
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
overflow-x: hidden;
}

main {
Expand Down Expand Up @@ -207,6 +208,7 @@ main {
// height: 300px;
justify-content: space-between;
>figure{
width: 33.3%;
position: relative;
display: flex;
align-items: center;
Expand Down

0 comments on commit fc94733

Please sign in to comment.