Skip to content

Commit c5b59e2

Browse files
Update: Project section -> responsive, issue #247
1 parent 04672cb commit c5b59e2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/assets/css/global.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,14 @@ textarea:focus {
151151
display: flex;
152152
align-items: center;
153153
justify-content: center;
154+
flex-wrap: wrap;
154155
}
155156

156157
.flex-items a {
157158
display: block;
158-
margin: 0 20px;
159+
margin: 20px;
159160
transition: all 0.4s ease-in-out;
161+
width: 350px;
160162
}
161163

162164
.flex-items a:hover {

src/assets/css/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ nav ul li a:focus {
7676

7777
/* Hero Section*/
7878
#hero {
79-
height: 100vh;
79+
min-height: 100vh;
8080
}
8181

8282
.content {

0 commit comments

Comments
 (0)