Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gridlayout
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
Manivasagam S
gridlayout
Commits
e67eaf51
Commit
e67eaf51
authored
Apr 16, 2025
by
Manivasagam S
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New changes
parent
82a558cc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
+6
-9
App.css
src/App.css
+6
-9
No files found.
src/App.css
View file @
e67eaf51
...
...
@@ -11,7 +11,6 @@
body
{
max-width
:
1980px
;
margin-inline
:
auto
;
}
html
{
font-size
:
62.5%
;
...
...
@@ -123,11 +122,12 @@ nav {
grid-template-columns
:
1
fr
;
padding
:
4rem
;
gap
:
3rem
;
height
:
100vh
;
min-
height
:
100vh
;
}
.card
.about
.logo
{
width
:
6
rem
;
width
:
9
rem
;
margin-block
:
7px
;
}
.card
>
:nth-child
(
2
)
img
{
...
...
@@ -171,11 +171,12 @@ nav {
.card
{
padding
:
33px
;
grid-template-columns
:
repeat
(
2
,
1
fr
);
height
:
59vh
min-height
:
50vh
;
}
}
@media
(
min-width
:
769px
)
{
nav
{
nav
{
background
:
transparent
;
position
:
fixed
;
top
:
0
;
...
...
@@ -187,7 +188,6 @@ nav {
.card
{
padding
:
20px
;
gap
:
2rem
;
}
.card
.about
h4
{
font-size
:
15px
;
...
...
@@ -201,7 +201,6 @@ nav {
}
.card-1
>
:nth-child
(
2
)
img
{
min-height
:
100%
;
}
}
@media
(
min-width
:
1024px
)
{
...
...
@@ -217,6 +216,5 @@ nav {
transform
:
scale
(
1.2
);
margin-left
:
0.6rem
;
margin-top
:
6rem
;
}
}
\ No newline at end of file
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