Skip to content

Commit

Permalink
Merge pull request #87 from thecoding-society/mobile
Browse files Browse the repository at this point in the history
Fixed Mobile View
  • Loading branch information
aviiciii authored Aug 15, 2023
2 parents a372a8e + bdc6381 commit d144a49
Show file tree
Hide file tree
Showing 3 changed files with 1,207 additions and 1,183 deletions.
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"tabWidth": 2,
"useTabs": true
}
20 changes: 20 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1677,6 +1677,11 @@ h6 {
margin: 0;
}

#inasso-logo{
padding-top: 10px;
width: 380px;
}

/* MEDIA QUERIES */

@media screen and (min-width: 768px) {
Expand Down Expand Up @@ -1711,6 +1716,20 @@ h6 {
}

@media screen and (max-width: 768px) {

.about-para{
font-size: 1.1rem;
}
.about-para span{
font-size: 1.1rem;
}
#inasso{
font-size: 1.1rem;
}
#inasso-logo{
width: 280px;
}

section {
padding: 40px 0px;
}
Expand Down Expand Up @@ -1747,6 +1766,7 @@ h6 {
}
.wwe {
height: 8rem;
width: 8rem;
/* center img */
display: block;
margin-left: auto;
Expand Down
Loading

0 comments on commit d144a49

Please sign in to comment.