Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlef authored Apr 3, 2018
1 parent 5691a19 commit 81b235a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@

@section('css')
<style>
dt {
#faq dt {
font-size: 120%;
}
dt, dd {
#faq dt, #faq dd {
margin: 16px 0;
}
dd, ol, ul {
#faq dd, #faq ol, #faq ul {
margin: 0;
padding-left: 40px;
}
Expand Down

0 comments on commit 81b235a

Please sign in to comment.