Skip to content

Commit 149817f

Browse files
Update: background image of project block
1 parent c5b59e2 commit 149817f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/assets/css/global.css

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

157156
.flex-items a {
158157
display: block;
159-
margin: 20px;
158+
margin: 0 20px;
160159
transition: all 0.4s ease-in-out;
161-
width: 350px;
162160
}
163161

164162
.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-
min-height: 100vh;
79+
height: 100vh;
8080
}
8181

8282
.content {

0 commit comments

Comments
 (0)