Skip to content

Commit 082d06e

Browse files
committed
center some pages and fix some paddings
1 parent 991a4b4 commit 082d06e

File tree

4 files changed

+16
-23
lines changed

4 files changed

+16
-23
lines changed

css/footer.css

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
footer {
2-
/* for guide */
3-
/* border: solid 3px aqua; */
4-
width: 60%;
5-
margin: 0 auto;
6-
margin-top: 5em;
7-
margin-bottom: 5em;
8-
}
9-
101
.contacts {
112
display: flex;
123
flex-direction: column;

css/project-section.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
.card-project {
77

8-
padding: 0.5em;
8+
padding: 0.3em;
99
margin: 1em;
1010
width: 60%;
1111
display: flex;
@@ -15,34 +15,34 @@
1515

1616
.card-title {
1717
color: var(--default-font-color);
18-
padding: 0.5em;
18+
padding: 0.3em;
1919

2020

2121
}
2222

2323
.card-description {
24-
padding: 1em;
24+
padding: 0.3em;
2525
color: rgb(153, 249, 249);
2626
font-size: 0.6em;
2727
background-color: rgb(25, 18, 33);
2828
}
2929

3030
.card-links {
31-
padding: 0.5em;
31+
padding: 0.3em;
3232
display: flex;
3333
}
3434

3535
#open-ecommerce {
36-
border-right: groove 0.2rem var(--default-secundary-font-color);
37-
border-top: groove 0.2rem var(--default-secundary-font-color);
38-
border-bottom: groove 0.2rem var(--default-secundary-font-color);
36+
border-right: solid 0.1rem var(--default-secundary-font-color);
37+
border-top: solid 0.1rem var(--default-secundary-font-color);
38+
border-bottom: solid 0.1rem var(--default-secundary-font-color);
3939
align-self: flex-end;
4040
}
4141

4242
#angular-portfolio {
43-
border-left: groove 0.2rem var(--default-secundary-font-color);
44-
border-top: groove 0.2rem var(--default-secundary-font-color);
45-
border-bottom: groove 0.2rem var(--default-secundary-font-color);
43+
border-left: solid 0.1rem var(--default-secundary-font-color);
44+
border-top: solid 0.1rem var(--default-secundary-font-color);
45+
border-bottom: solid 0.1rem var(--default-secundary-font-color);
4646
align-self: flex-start;
4747

4848
}

css/styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ section {
3737
/* border: solid 3px aqua; */
3838
width: 60%;
3939
margin: 0 auto;
40-
margin-top: 2em;
41-
margin-bottom: 2em;
42-
height: calc(100vh - 4em);
40+
margin-top: 3em;
41+
margin-bottom: 3em;
42+
height: calc(100vh - 6em);
4343
z-index: 2;
4444

4545
}

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ <h2 class="subtitle reveal">These are my github repositories</h2>
8383
OpenEcommerce
8484
</div>
8585
<div class="card-description">
86+
<p>
8687
OpenEcommerce is an ecommerce builded with .net. Using a hexagonal architecture, cqrs pattern and more interesting patterns.
88+
</p>
8789
</div>
8890
<div class="card-links">
8991
<a class="icon-link" href="https://github.com/CarlosJorgeR/openEcommerce"><i class="fab fa-github fa-gl"></i></a>
@@ -94,7 +96,7 @@ <h2 class="subtitle reveal">These are my github repositories</h2>
9496
Angular Portfolio
9597
</div>
9698
<div class="card-description">
97-
It is a personal portfolio builded with angular using really cool animation (Angular animations).
99+
<p>It is a personal portfolio builded with angular using really cool animation (Angular animations).</p>
98100
</div>
99101
<div class="card-links">
100102
<a class="icon-link" href="https://github.com/CarlosJorgeR/portfolio"><i class="fab fa-github fa-gl"></i></a>

0 commit comments

Comments
 (0)