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
dd8f0bb9
Commit
dd8f0bb9
authored
Apr 17, 2025
by
Manivasagam S
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
logo size changed
parent
e67eaf51
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
5 deletions
+16
-5
App.css
src/App.css
+16
-5
No files found.
src/App.css
View file @
dd8f0bb9
...
...
@@ -125,7 +125,7 @@ nav {
min-height
:
100vh
;
}
.card
.about
.logo
{
width
:
9
rem
;
width
:
6
rem
;
margin-block
:
7px
;
}
...
...
@@ -144,7 +144,7 @@ nav {
.card
.about
hr
{
width
:
100%
;
margin-block
:
10px
;
font-size
:
20
px
;
font-size
:
18
px
;
font-weight
:
700
;
text-transform
:
uppercase
;
}
...
...
@@ -168,6 +168,7 @@ nav {
width
:
100%
;
object-fit
:
contain
;
}
.card
{
padding
:
33px
;
grid-template-columns
:
repeat
(
2
,
1
fr
);
...
...
@@ -211,10 +212,21 @@ nav {
.card
{
padding-left
:
5rem
;
}
.card
>
:nth-child
(
2
)
img
{
height
:
330px
;
margin-top
:
50px
;
}
.card
.about
.logo
{
width
:
5rem
;
margin-block
:
7px
;
}
.card-6
>
:nth-child
(
2
)
img
{
transform
:
scale
(
1.2
);
margin-left
:
0.6rem
;
margin-top
:
6rem
;
}
}
\ No newline at end of file
.card-1
>
:nth-child
(
2
)
img
{
margin-top
:
5px
;
}
}
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