Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
landing_pages
Project
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
alex
landing_pages
Commits
fb4c7504
Commit
fb4c7504
authored
Jan 28, 2019
by
Iren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add style for max-width 768px
parent
95628bf9
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
6 deletions
+16
-6
styles.css
css/styles.css
+9
-3
styles.css.map
css/styles.css.map
+0
-0
styles.less
css/styles.less
+7
-3
No files found.
css/styles.css
View file @
fb4c7504
...
...
@@ -851,7 +851,7 @@ video {
}
@media
(
max-width
:
768px
)
{
.option-text
{
min-height
:
1
45px
;
height
:
45px
;
width
:
240px
;
}
}
...
...
@@ -888,6 +888,12 @@ video {
margin-bottom
:
10px
;
}
}
@media
(
max-width
:
768px
)
{
.option-card-img-container
img
{
width
:
207px
;
height
:
200px
;
}
}
@media
(
max-width
:
576px
)
{
.option-card-img-container
img
{
width
:
107px
;
...
...
@@ -917,8 +923,8 @@ video {
.option-card-line
{
position
:
absolute
;
width
:
2px
;
height
:
2
0
3px
;
transform
:
rotate
(
0
deg
);
height
:
2
4
3px
;
transform
:
rotate
(
15
deg
);
left
:
50%
;
top
:
2%
;
}
...
...
css/styles.css.map
View file @
fb4c7504
This diff is collapsed.
Click to expand it.
css/styles.less
View file @
fb4c7504
...
...
@@ -696,7 +696,7 @@ video {
.option-text {
min-height: 70px;
@media (max-width: 768px) {
min-height: 1
45px;
height:
45px;
width: 240px;
}
@media (max-width: 576px) {
...
...
@@ -727,6 +727,10 @@ video {
margin-bottom: 10px;
}
img {
@media (max-width: 768px) {
width: 207px;
height: 200px;
}
@media (max-width: 576px) {
width: 107px;
height: 100px;
...
...
@@ -752,8 +756,8 @@ video {
@media (max-width: 768px) {
position: absolute;
width: 2px;
height: 2
0
3px;
transform: rotate(
0
deg);
height: 2
4
3px;
transform: rotate(
15
deg);
left: 50%;
top: 2%;
}
...
...
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