Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
training-responsive-layout
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
Ajmal.S
training-responsive-layout
Commits
da037b98
Commit
da037b98
authored
Feb 11, 2022
by
Ajmal.S
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
corrections
parent
f1c50450
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
+11
-10
style.css
assets/css/style.css
+11
-10
No files found.
assets/css/style.css
View file @
da037b98
...
...
@@ -8,7 +8,8 @@ body {
}
.logo
{
position
:
relative
;
position
:
absolute
;
top
:
16px
;
}
hr
{
...
...
@@ -57,10 +58,14 @@ hr {
figure
{
float
:
right
;
margin
:
0
;
}
figure
img
{
max-width
:
100%
;
width
:
100%
;
height
:
25em
;
object-fit
:
contain
;
}
@media
only
screen
and
(
min-width
:
540px
)
{
...
...
@@ -82,9 +87,10 @@ figure img {
@media
only
screen
and
(
min-width
:
768px
)
{
.column
{
width
:
50%
;
max-height
:
5
00px
;
max-height
:
4
00px
;
float
:
left
;
padding
:
5%
;
height
:
50vh
;
}
figure
{
...
...
@@ -98,17 +104,12 @@ figure img {
max-height
:
484px
;
float
:
left
;
padding
:
3%
;
height
:
50vh
;
}
.logo
{
bottom
:
7%
;
right
:
8%
;
}
.c-img
{
height
:
max
(
350px
,
15vh
);
object-fit
:
contain
;
max-width
:
250px
;
top
:
20px
;
left
:
15px
;
}
}
...
...
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