File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ export default Vue.extend({
2929.bookCard {
3030 color : inherit ;
3131 display : grid ;
32- grid-gap : 0.7rem ;
32+ // Espaçamento entre o texto e a capa:
33+ grid-gap : 1rem ;
3334 img {
3435 display : grid ;
3536 width : 100% ;
Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ export default Vue.extend({
2626 display : grid ;
2727 grid-template-columns : repeat (6 , 1fr );
2828 grid-template-rows : auto ;
29- grid-gap : 1.5rem ;
29+ // Espaçamento entre os livros:
30+ grid-gap : 2rem ;
3031 margin-bottom : -1.5rem ;
3132 @include screen (' small' ) {
3233 grid-template-columns : repeat (2 , 1fr );
Original file line number Diff line number Diff line change 99<style lang="scss" scoped>
1010.releases {
1111 display : grid ;
12- grid-gap : 1.3rem ;
12+ // Espaçamento entre o título h2 e a BookList:
13+ grid-gap : 1.5rem ;
1314 h2 {
1415 font-size : 1.375rem ;
1516 font-weight : 500 ;
Original file line number Diff line number Diff line change 55 </div >
66</template >
77
8- <style scoped>
8+ <style lang="scss" scoped>
99.homeTemplate {
1010 display : grid ;
11+ // Espaçamento entre o PageTitle e a BookList:
12+ grid-gap : 1.5rem ;
1113}
1214 </style >
Original file line number Diff line number Diff line change 3838 display : grid ;
3939 grid-gap : 3.75rem ;
4040 .container {
41- margin-top : -1rem ;
41+ // Espaçamento entre o header e o conteúdo:
42+ margin-top : -1.5rem ;
4243 padding-bottom : 3.8rem ;
4344 }
4445 .footer {
You can’t perform that action at this time.
0 commit comments