Skip to content

Commit a67cbb1

Browse files
committed
minor style tweaks
1 parent 9270731 commit a67cbb1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

public/css/hello.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ header {
8888
-webkit-text-rendering: optimizeLegibility;
8989
-moz-text-rendering: optimizeLegibility;
9090
text-rendering: optimizeLegibility;
91+
margin-top: 0;
9192
margin-bottom: 0;
9293
padding-top: 50px;
9394
}
@@ -315,10 +316,10 @@ html .clear-completed:active {
315316
}
316317

317318
.info {
318-
margin: 65px auto 0;
319+
margin: 40px auto 0;
319320
color: #bfbfbf;
320-
font-size: 14px;
321-
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
321+
font-size: 15px;
322+
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
322323
text-align: center;
323324
}
324325

views/index.pug

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ html
44
link(rel="stylesheet", href=context + "/css/hello.css")
55
body
66
header
7-
.headerText
8-
img(src="https://avatars0.githubusercontent.com/u/43047548?s=200&v=4" width="50px")
9-
p CD Acceleration with CloudBees Core Workshop
7+
img(src="https://avatars0.githubusercontent.com/u/43047548?s=200&v=4" width="50px")
8+
.headerText CD Acceleration with CloudBees Core Workshop
109
section.helloworld
1110
h1#message= message
1211
h2 from #{name}

0 commit comments

Comments
 (0)