Skip to content

Commit a2f2d98

Browse files
committed
Falta responsivar a page de read e a de details -Apresentação e footer FINALIZADOS 😉
1 parent fc0872c commit a2f2d98

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

components/organisms/Footer.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,15 @@ export default Vue.extend({
2626
<style lang="scss" scoped>
2727
.footer {
2828
width: 100%;
29-
height: 6.5rem;
29+
height: 5.5rem;
3030
background: color(dark, darkest);
3131
.container {
3232
display: grid;
3333
height: 100%;
3434
grid-auto-flow: column;
3535
justify-content: space-between;
3636
align-items: center;
37+
vertical-align: middle;
3738
p {
3839
color: color('light', 'darkest');
3940
text-align: right;

components/organisms/Presentation.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<a href="https://github.com/Thiagoow" target="_blank"
77
>Thiago Silva Lopes</a
88
>
9-
em 2021, tendo como base, as aulas de Escalando Vue com Nuxt, no
9+
em 2021, tendo como base as aulas de Escalando Vue com Nuxt, no
1010
<a href="https://bootcamp.cataline.io/" target="_blank"
1111
>Bootcamp Full Stack da Cataline.</a
1212
>
1313
Desenvolvido utilizando as tecnologias: Nuxt.js, VueX, Typescript, HTML e
14-
SCSS. + as bibliotecas: Axios (instalada como módulo do Nuxt) e Swiper.js.
14+
SCSS, e as bibliotecas: Axios (instalada como módulo do Nuxt) e Swiper.js.
1515
Você pode consultar o código completo desse website, nesse link:
1616
<a href="https://github.com/Thiagoow/NuxtJs-IbookProject-ScalingVue"
1717
>repositório do GitHub.</a

layouts/iBook.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
grid-gap: 3.75rem;
4040
.container {
4141
//Espaçamento entre o header e o conteúdo:
42-
margin-top: 1.5rem;
42+
padding-top: 1.5rem;
4343
//Espaçamento entre o conteúdo e o footer:
44-
padding-bottom: 3.8rem;
44+
padding-bottom: 1rem;
4545
}
4646
.footer {
4747
position: absolute;

0 commit comments

Comments
 (0)