Skip to content

Commit 81b235a

Browse files
authored
css
1 parent 5691a19 commit 81b235a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/views/index.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@
5555

5656
@section('css')
5757
<style>
58-
dt {
58+
#faq dt {
5959
font-size: 120%;
6060
}
61-
dt, dd {
61+
#faq dt, #faq dd {
6262
margin: 16px 0;
6363
}
64-
dd, ol, ul {
64+
#faq dd, #faq ol, #faq ul {
6565
margin: 0;
6666
padding-left: 40px;
6767
}

0 commit comments

Comments
 (0)