Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
ultranet
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Wilson Valverde
ultranet
Commits
949842d3
Commit
949842d3
authored
Mar 22, 2021
by
Wilson Valverde
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css changues
parent
450cabfc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
4 deletions
+17
-4
main.css
css/main.css
+16
-3
index.html
index.html
+1
-1
No files found.
css/main.css
View file @
949842d3
...
@@ -232,8 +232,21 @@ body {
...
@@ -232,8 +232,21 @@ body {
width
:
1vw
;
width
:
1vw
;
margin
:
0.5vw
2.1vw
;
margin
:
0.5vw
2.1vw
;
}
}
.container-carrusel
{
width
:
100%
!important
;
margin-top
:
66.1vw
;
margin-left
:
0px
!important
;
margin-right
:
0px
!important
;
}
@media
screen
and
(
max-width
:
1536px
)
{
.container-carrusel
{
}
}
@media
screen
and
(
max-width
:
768px
)
{
@media
screen
and
(
max-width
:
768px
)
{
.carousel-inner
{
width
:
106vw
!important
;}
.container-carrusel
{
margin-top
:
63vw
;
}
.carousel-inner
{
width
:
99vw
!important
;}
.formulario
{
.formulario
{
height
:
42vw
;
height
:
42vw
;
}
}
...
@@ -244,7 +257,7 @@ body {
...
@@ -244,7 +257,7 @@ body {
height
:
5vw
;
height
:
5vw
;
}
}
.aviso-formulario
{
.aviso-formulario
{
margin-top
:
2
vw
;
margin-top
:
-1
vw
;
}
}
.btn-formulario
{
.btn-formulario
{
display
:
block
;
display
:
block
;
...
@@ -260,7 +273,7 @@ body {
...
@@ -260,7 +273,7 @@ body {
font-size
:
2vw
;
font-size
:
2vw
;
}
}
.medium
{
.medium
{
margin-top
:
15
vw
;
margin-top
:
8
vw
;
/* margin-bottom: 62vw; */
/* margin-bottom: 62vw; */
padding-bottom
:
2vw
;
padding-bottom
:
2vw
;
}
}
...
...
index.html
View file @
949842d3
...
@@ -228,7 +228,7 @@
...
@@ -228,7 +228,7 @@
</container>
</container>
<container
class=
"row
"
style=
" width: 100% !important; margin-top: 66.1vw; margin-left: 0px !important; margin-right: 0px !important;"
>
<container
class=
"row
container-carrusel"
>
<div
id=
"carouselExampleIndicators"
class=
"carousel slide"
data-ride=
"carousel"
>
<div
id=
"carouselExampleIndicators"
class=
"carousel slide"
data-ride=
"carousel"
>
<ol
class=
"carousel-indicators"
>
<ol
class=
"carousel-indicators"
>
<li
data-target=
"#carouselExampleIndicators"
data-slide-to=
"0"
class=
"active"
></li>
<li
data-target=
"#carouselExampleIndicators"
data-slide-to=
"0"
class=
"active"
></li>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment