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
57106874
Commit
57106874
authored
Aug 18, 2023
by
Madhankumar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css changes
parent
83874995
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
9 deletions
+10
-9
index.html
index.html
+1
-1
style.css
style.css
+9
-8
No files found.
index.html
View file @
57106874
...
...
@@ -24,7 +24,7 @@
<p class="description">
${
desc
}
</p>
</div>
<div class="image">
<img
class="imgdata"
src="
${
image
}
"/>
<img src="
${
image
}
"/>
</div>
</div>
</div>`
).
join
(
""
);
...
...
style.css
View file @
57106874
...
...
@@ -9,7 +9,7 @@
.row
{
display
:
grid
;
grid-template-columns
:
repeat
(
3
,
minmax
(
500px
,
1
fr
)
);
grid-template-columns
:
repeat
(
3
,
1
fr
);
min-height
:
100vh
;
}
...
...
@@ -21,7 +21,7 @@
p
{
font-family
:
roman
;
font-size
:
1.
3em
;
font-size
:
1.
5vw
;
line-height
:
1.5em
;
width
:
-webkit-fill-available
;
}
...
...
@@ -51,7 +51,11 @@ hr {
border
:
1px
solid
white
;
}
.image
{
.image
img
{
position
:
relative
;
width
:
100%
;
}
/* .image {
display: grid;
height: 100%;
}
...
...
@@ -59,7 +63,7 @@ hr {
max-width: 100%;
max-height: 100vh;
margin: auto;
}
}
*/
@media
only
screen
and
(
min-width
:
480px
)
and
(
max-width
:
768px
)
{
.row
{
...
...
@@ -74,11 +78,7 @@ hr {
grid-template-columns
:
1
fr
;
padding-bottom
:
15px
;
}
p
{
font-family
:
roman
;
font-size
:
1.2em
;
}
.card-desc
.image
{
margin-top
:
20px
;
margin-bottom
:
30px
;
...
...
@@ -87,6 +87,7 @@ hr {
}
@media
screen
and
(
max-width
:
480px
)
{
.row
{
...
...
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