Skip to content

Commit

Permalink
Merge pull request #159 from sproogen/feature/responsive-fix
Browse files Browse the repository at this point in the history
Small responsive fix
  • Loading branch information
sproogen authored Jan 17, 2022
2 parents 174cb57 + 433c23a commit fd8b0f3
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions _sass/modern-resume-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
font-weight:500;
}

@media screen and (max-width: 768px) {
@media screen and (max-width: 767px) {
.header-container div{
text-align: center;
}
Expand Down Expand Up @@ -42,16 +42,6 @@
box-shadow: inset 0 0 20px #636161;
}

.into-text-1 {
margin-top: 30px;
}

@media only screen and (max-width : 992px) {
.into-text-1 {
margin-top: 20px;
}
}

.list-container {
h3 {
margin-bottom: 0;
Expand Down Expand Up @@ -86,7 +76,7 @@
}
}

@media screen and (max-width: 768px) {
@media screen and (max-width: 767px) {
text-align: center!important;

p {
Expand Down Expand Up @@ -134,7 +124,7 @@
}

.layout-left, .layout-right {
@media screen and (max-width: 768px) {
@media screen and (max-width: 767px) {
flex-direction: column;
}

Expand Down

0 comments on commit fd8b0f3

Please sign in to comment.