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
49adbfd4
Commit
49adbfd4
authored
Jan 28, 2019
by
Iren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
still add style for max-width 768px
parent
fb4c7504
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
18 deletions
+24
-18
styles.css
css/styles.css
+12
-9
styles.css.map
css/styles.css.map
+0
-0
styles.less
css/styles.less
+10
-7
index.html
index.html
+2
-2
No files found.
css/styles.css
View file @
49adbfd4
...
...
@@ -800,6 +800,7 @@ video {
}
@media
(
max-width
:
768px
)
{
.option-card-img
{
text-align
:
center
;
width
:
275px
;
font-size
:
20px
;
line-height
:
24px
;
...
...
@@ -851,6 +852,7 @@ video {
}
@media
(
max-width
:
768px
)
{
.option-text
{
margin
:
0
auto
;
height
:
45px
;
width
:
240px
;
}
...
...
@@ -890,8 +892,8 @@ video {
}
@media
(
max-width
:
768px
)
{
.option-card-img-container
img
{
width
:
207
px
;
height
:
20
0px
;
width
:
170
px
;
height
:
17
0px
;
}
}
@media
(
max-width
:
576px
)
{
...
...
@@ -924,7 +926,7 @@ video {
position
:
absolute
;
width
:
2px
;
height
:
243px
;
transform
:
rotate
(
15
deg
);
transform
:
rotate
(
0
deg
);
left
:
50%
;
top
:
2%
;
}
...
...
@@ -950,12 +952,7 @@ video {
}
@media
(
max-width
:
768px
)
{
.option-btn
{
width
:
240px
;
}
}
@media
(
max-width
:
768px
)
{
.option-btn
{
width
:
143px
;
width
:
203px
!important
;
height
:
34px
;
font-size
:
16px
;
font-weight
:
400
;
...
...
@@ -1006,6 +1003,11 @@ video {
height
:
250px
;
}
}
@media
(
max-width
:
768px
)
{
.protection-card
{
height
:
280px
;
}
}
@media
(
max-width
:
576px
)
{
.protection-card
{
flex-flow
:
nowrap
;
...
...
@@ -1020,6 +1022,7 @@ video {
@media
(
max-width
:
768px
)
{
.protection-img
{
height
:
126px
;
margin-left
:
-10px
;
}
}
@media
(
max-width
:
576px
)
{
...
...
css/styles.css.map
View file @
49adbfd4
This diff is collapsed.
Click to expand it.
css/styles.less
View file @
49adbfd4
...
...
@@ -652,6 +652,7 @@ video {
text-align: center;
max-width: 485px;
@media (max-width: 768px) {
text-align: center;
width: 275px;
font-size: 20px;
line-height: 24px;
...
...
@@ -696,6 +697,7 @@ video {
.option-text {
min-height: 70px;
@media (max-width: 768px) {
margin: 0 auto;
height: 45px;
width: 240px;
}
...
...
@@ -728,8 +730,8 @@ video {
}
img {
@media (max-width: 768px) {
width:
207
px;
height:
20
0px;
width:
170
px;
height:
17
0px;
}
@media (max-width: 576px) {
width: 107px;
...
...
@@ -757,7 +759,7 @@ video {
position: absolute;
width: 2px;
height: 243px;
transform: rotate(
15
deg);
transform: rotate(
0
deg);
left: 50%;
top: 2%;
}
...
...
@@ -777,10 +779,7 @@ video {
margin-bottom: 71px!important;
}
@media (max-width: 768px) {
width: 240px;
}
@media (max-width: 768px) {
width: 143px;
width: 203px!important;
height: 34px;
font-size: 16px;
font-weight: 400;
...
...
@@ -822,6 +821,9 @@ video {
@media (max-width: 992px) {
height: 250px;
}
@media (max-width: 768px) {
height: 280px;
}
@media (max-width: 576px) {
flex-flow: nowrap;
width: 100%;
...
...
@@ -833,6 +835,7 @@ video {
width: 100%;
@media (max-width: 768px) {
height: 126px;
margin-left: -10px;
}
img {
@media (max-width: 576px) {
...
...
index.html
View file @
49adbfd4
...
...
@@ -658,7 +658,7 @@
</div>
</section>
<!--
<section class="main-container">
<h2 class="h2-desktop">Цены</h2>
<div class="main-line">
...
...
@@ -1076,7 +1076,7 @@
</div>
</div>
</section>
-->
<section
class=
"connection"
>
<div
class=
"main-container"
>
<div
class=
"form-wrapper"
>
...
...
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