Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
madhan-task
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
Madhankumar
madhan-task
Commits
8ebc2da9
Commit
8ebc2da9
authored
a year ago
by
Madhankumar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
unused css removed
parent
0e3dce3e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
11 deletions
+22
-11
style.css
style.css
+22
-11
No files found.
style.css
View file @
8ebc2da9
...
...
@@ -39,6 +39,7 @@ body {
.card-image
img
{
max-width
:
100%
;
max-height
:
50vh
;
}
.card-text
img
,
.logo
img
{
...
...
@@ -81,12 +82,12 @@ hr {
border
:
none
;
margin
:
10px
10px
10px
0px
;
}
@media
only
screen
and
(
min-width
:
320px
),
screen
and
(
max-width
:
573px
)
{
/*
@media only screen and (min-width: 320px), screen and (max-width: 573px) {
.logo img {
max-width: 100%;
height: 40px;
}
}
}
*/
@media
only
screen
and
(
max-width
:
768px
)
{
.card
{
...
...
@@ -136,7 +137,7 @@ hr {
}
.card-image
img
{
max-width
:
100%
;
height
:
auto
;
max-height
:
50vh
;
}
.card-image
{
gap
:
5
;
...
...
@@ -154,14 +155,14 @@ hr {
.sub-title
{
font-size
:
16px
;
}
.card-image
{
padding
:
35px
;
padding-bottom
:
10px
;
}
.container
>
div
:nth-child
(
6
)
>
.card-body
.card-image
{
max-width
:
100%
;
padding
:
0px
;
}
.card-image
img
{
padding
:
35px
;
}
}
@media
only
screen
and
(
min-width
:
1023px
)
{
...
...
@@ -189,13 +190,13 @@ hr {
max-width
:
100%
;
}
.card-image
img
{
height
:
auto
;
max-width
:
100%
;
max-height
:
50vh
;
}
}
@media
only
screen
and
(
min-width
:
1024px
)
and
(
max-width
:
1440px
)
{
.
card-text
,
@media
only
screen
and
(
min-width
:
1024px
)
{
.
title
,
.sub-title
{
font-size
:
14px
;
}
...
...
@@ -206,9 +207,19 @@ hr {
.card-body
{
padding-left
:
35px
;
}
}
@media
only
screen
and
(
min-width
:
144
1
px
)
{
@media
only
screen
and
(
min-width
:
144
0
px
)
{
.card
{
height
:
50vh
;
}
.title
,
.sub-title
{
font-size
:
18px
;
}
.card-body
{
padding-left
:
70px
;
}
}
This diff is collapsed.
Click to expand it.
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