Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KDE Connect Website
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Websites
KDE Connect Website
Commits
54c3ff1a
Commit
54c3ff1a
authored
Jan 19, 2020
by
Arjun Thekoot Harisankar
💻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing Screen Width issues with images on homepage (CSS)
parent
9ace7555
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
41 additions
and
2 deletions
+41
-2
css/download_change.css
css/download_change.css
+15
-0
css/get-involved_change.css
css/get-involved_change.css
+24
-0
index.html
index.html
+2
-2
No files found.
css/download_change.css
View file @
54c3ff1a
...
...
@@ -136,3 +136,18 @@
.fixpad
{
margin
:
10px
;
}
@media
screen
and
(
max-width
:
1494px
){
.prodim
{
max-width
:
280px
;
}
}
@media
screen
and
(
min-width
:
992px
){
.fiximg
{
max-width
:
992px
;
}
}
css/get-involved_change.css
View file @
54c3ff1a
...
...
@@ -292,3 +292,27 @@ button.learnmore:active::before {
box-shadow
:
0
0
0
2px
#003333
,
0
0
#1cdc9a
;
transform
:
translate3d
(
0
,
0
,
-1em
);
}
@media
screen
and
(
max-height
:
846px
)
and
(
orientation
:
landscape
){
.fiximg
{
max-width
:
400px
;
}
.feature
h1
{
font-size
:
25px
!important
;
}
.feature
h2
{
font-size
:
19px
!important
;
}
}
@media
screen
and
(
max-height
:
568px
)
and
(
orientation
:
landscape
){
.fiximg
{
max-width
:
400px
;
}
.feature
h1
{
font-size
:
20px
!important
;
}
.feature
h2
{
font-size
:
16px
!important
;
}
}
}
index.html
View file @
54c3ff1a
...
...
@@ -126,7 +126,7 @@ Boxes:
<picture>
<source
srcset=
"assets/img/hero_main.webp"
type=
"image/webp"
/>
<source
srcset=
"assets/img/hero_main.png"
type=
"image/png"
/>
<img
class=
"img-fluid"
src=
"assets/img/hero_main.png"
alt=
"Alt Text!"
/>
<img
class=
"img-fluid
fiximg
"
src=
"assets/img/hero_main.png"
alt=
"Alt Text!"
/>
</picture>
</section>
<section
id=
"videosection"
>
...
...
@@ -156,7 +156,7 @@ Boxes:
<picture>
<source
srcset=
"{{feature.webp}}"
type=
"image/webp"
/>
<source
srcset=
"{{feature.png}}"
type=
"image/png"
/>
<img
class=
"img-fluid"
src=
"{{feature.png}}"
alt=
"Feature"
/>
<img
class=
"img-fluid
fiximg
"
src=
"{{feature.png}}"
alt=
"Feature"
/>
</picture>
</section>
{% endfor %}
...
...
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