Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
new-mobiles
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
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Siyam Kumar
new-mobiles
Commits
73b22c52
Commit
73b22c52
authored
Apr 22, 2022
by
Siyam Kumar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tabletsview1
parent
39cdcdc5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
1 deletion
+27
-1
App.css
src/App.css
+27
-1
No files found.
src/App.css
View file @
73b22c52
...
...
@@ -33,7 +33,9 @@ hr {
.container
>
div
{
padding
:
40px
;
min-height
:
90%
;
min-height
:
calc
(
100%
-
50px
);
box-sizing
:
border-box
;
}
.container
>
:nth-child
(
1
)
{
...
...
@@ -70,3 +72,27 @@ hr {
max-height
:
60px
;
max-width
:
130px
;
}
@media
screen
and
(
min-width
:
540px
)
{
.container
>
div
{
float
:
left
;
width
:
50%
;
min-height
:
100%
;
}
.mainimage
{
max-height
:
400px
;
padding-top
:
50px
;
}
.subimage
{
margin-top
:
18px
;
}
header
{
position
:
fixed
;
background-color
:
initial
;
filter
:
invert
(
1
);
}
}
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