Skip to content

Commit 767ee82

Browse files
fix for social on mobile
1 parent 52b63dd commit 767ee82

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

css/02-home.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,6 +820,6 @@ html.no-csstransitions .home-content__main {
820820
width: 100%;
821821
}
822822
.home-social {
823-
display: none;
823+
/*display: none;*/
824824
}
825825
}

css/media.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,12 +290,17 @@
290290
}
291291
#home .home-content .row h2 {
292292
font-size: 2rem;
293-
width: 80%;
293+
width: 90%;
294294
}
295295

296296
#home .home-content .flex-row {
297297
padding-top: 33%;
298+
padding-left: 0px;
299+
padding-right: 8rem;
298300
}
301+
/*#home .home-content .flex-row .two-col {
302+
width: 80%;
303+
}*/
299304
#home .home-content {
300305
margin-bottom: 0px;
301306
}

0 commit comments

Comments
 (0)