Skip to content

Commit a73867f

Browse files
authored
Update creative.css
1 parent e954f44 commit a73867f

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

css/creative.css

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
html,
77
body {
8-
height: 100%;
8+
height: 70%;
99
width: 100%;
1010
}
1111
body {
@@ -36,6 +36,7 @@ h4,
3636
h5,
3737
h6 {
3838
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
39+
text-align: center;
3940
}
4041
p {
4142
font-size: 16px;
@@ -65,10 +66,10 @@ p {
6566

6667
}
6768
section {
68-
padding: 100px 0;
69+
padding: 25px 0;
6970
}
7071
aside {
71-
padding: 50px 0;
72+
padding: 25px 0;
7273
}
7374
.no-padding {
7475
padding: 0;
@@ -167,18 +168,18 @@ header {
167168
background-size: cover;
168169
-o-background-size: cover;
169170
background-position: center;
170-
background-image: url('/img/hacktrack-red.png');
171+
background-image: url('../hacktrack-red.png');
171172
text-align: center;
172173
color: black;
173174
}
174175
header .header-content {
175176
position: relative;
176177
text-align: center;
177-
padding: 100px 15px 100px;
178-
width: 100%;
178+
padding: 50px 15px 50px;
179+
width: 50%;
179180
}
180181
header .header-content .header-content-inner h1 {
181-
font-weight: 700;
182+
font-weight: 500;
182183
text-transform: uppercase;
183184
margin-top: 0;
184185
margin-bottom: 0;

0 commit comments

Comments
 (0)