Skip to content

Commit 8c02cfa

Browse files
author
Hugues Signamarcheix
committed
wip: updates sizes
1 parent 52886b4 commit 8c02cfa

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

front/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1>Javascript workers in action</h1>
1515
<div>Name : <span class="name"></span></div>
1616
<div>Types : <span class="types"></span></div>
1717
<div>Height : <span class="height"></span> ft</div>
18-
<div>Weight : <span class="weight"></span> kg</div>
18+
<div>Weight : <span class="weight"></span> lbs</div>
1919
</div>
2020
<div class="loader">
2121
<div class="lds-ring"><div></div><div></div><div></div><div></div></div>

front/scss/pages/index.scss

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
h1 {
2-
font-family: sans-serif;
3-
}
1+
h1 { font-family: sans-serif; }
2+
43
.container {
54
position: relative;
65
display: flex;
@@ -17,13 +16,17 @@ h1 {
1716
margin-bottom: 20px;
1817
}
1918
#text-placeholder {
19+
display: flex;
20+
flex-direction: column;
21+
align-items: center;
2022
background-color: lightgray;
2123
padding: 20px 20px;
2224
line-height: 20px;
2325
letter-spacing: 1px;
2426
font-family: sans-serif;
2527
border-radius: 5px;
26-
width: 96%;
28+
border: solid 3px black;
29+
width: 15%;
2730
> div {
2831
font-weight: bold;
2932
span { font-weight: normal; }

front/style.css

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front/style.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)