Skip to content

Commit 3d24496

Browse files
committed
uppercase types
1 parent 53a235c commit 3d24496

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h1 class="m-b-1">eol converter</h1>
1818
</label>
1919
<button type="submit" class="button scheme--dark">Convert line endings to</button>
2020
<label class="inline-block m-b-2">
21-
<select class="button scheme--light js-converter__method" aria-label="Convert to">
21+
<select class="button scheme--light text--uppercase js-converter__method" aria-label="Convert to">
2222
<option selected>lf</option>
2323
<option>crlf</option>
2424
<option>cr</option>

style.css

+4
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,7 @@ h1, h2 { line-height: 1 }
7575
height: 7.5em;
7676
line-height: 1.1;
7777
}
78+
79+
.text--uppercase {
80+
text-transform: uppercase;
81+
}

0 commit comments

Comments
 (0)