Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Lucas Daniel Montivero
/
hackathon-landing-page-html
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
u914679
2021-09-16 12:28:04 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cd5bf07f3a270defb4b60d2ad3ef29c5c367ec8a
cd5bf07f
1 parent
cca67c88
ajustes la posicion de las imgs del footer
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
index.html
main.a3f694c0.css
index.html
View file @
cd5bf07
...
...
@@ -348,8 +348,10 @@
<div
class=
"section-container footer-container"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-md-2"
></div>
<div
class=
"col-md-
6
"
style=
"margin-bottom: 1rem;"
>
<div
class=
"col-md-
4
"
style=
"margin-bottom: 1rem;"
>
<div
class=
"img-footer-container"
>
<img
src=
"./assets/images/minerva.jpg"
...
...
@@ -358,7 +360,7 @@
</div>
</div>
<div
class=
"col-md-
6
"
style=
"margin-bottom: 1rem;"
>
<div
class=
"col-md-
4
"
style=
"margin-bottom: 1rem;"
>
<div
class=
"img-footer-container"
>
<img
src=
"./assets/images/toyota.png"
...
...
@@ -367,6 +369,8 @@
</div>
</div>
<div
class=
"col-md-2"
></div>
<div
class=
"col-md-12"
>
<div
class=
"img-footer-container"
>
<img
...
...
@@ -374,7 +378,6 @@
class=
"img-footer-cta"
/>
</div>
</div>
...
...
main.a3f694c0.css
View file @
cd5bf07
...
...
@@ -4734,6 +4734,7 @@ button.close {
.navbar-logo-img
{
margin-top
:
-4.5rem
;
width
:
25rem
;
height
:
auto
;
}
.navbar-btn
{
float
:
left
;
...
...
Please
register
or
login
to post a comment