Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
2
2018_web_app
Overview
Overview
Details
Activity
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
inutralia
2018_web_app
Commits
738a8a9e
Commit
738a8a9e
authored
Dec 05, 2018
by
gema
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ajustes dashboard para tamaños de pantallas pc que no habia contemplado
parent
1ee626f7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
1 deletions
+27
-1
custom.css
public/assets/css/custom.css
+27
-1
No files found.
public/assets/css/custom.css
View file @
738a8a9e
...
...
@@ -23,12 +23,27 @@ body{
}
}
@media
(
min-width
:
1280px
)
and
(
max-width
:
1368
px
){
@media
(
min-width
:
900px
)
and
(
max-width
:
1024
px
){
.pt-container-ppal
{
padding-top
:
10px
;
}
}
@media
(
min-width
:
1280px
)
and
(
max-width
:
1368px
){
.pt-container-ppal
{
padding-top
:
10px
;
}
}
@media
(
min-width
:
1370px
)
and
(
max-width
:
1441px
){
.pt-container-ppal
{
padding-top
:
10px
;
}
}
@media
(
min-width
:
1442px
)
and
(
max-width
:
1600px
)
{
.pt-container-ppal
{
padding-top
:
10px
;
}
}
@media
(
min-width
:
2100px
){
.pt-container-ppal
{
padding-top
:
10%
;
...
...
@@ -599,6 +614,17 @@ a:focus {
margin-bottom
:
20px
;
}
}
@media
(
min-width
:
900px
)
and
(
max-width
:
1024px
){
.icono-menu-saludable
{
width
:
40%
;
}
.mt-lista-home
{
margin-top
:
20px
;
}
.mt-logout-home
{
margin-top
:
80px
;
}
}
/***_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_ po típico 1366x768**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_**_*_ */
...
...
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