Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
nursultan
faceplate-landing-theme
Commits
c23b85b2
Commit
c23b85b2
authored
Jul 27, 2020
by
nursultan
Browse files
changes media styles for mobile version
parent
50a115b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
assets/css/media.css
View file @
c23b85b2
...
...
@@ -26,7 +26,7 @@
font-size
:
calc
((
100vw
-
1025px
)
/
(
1440
-
1025
)
*
(
35
-
25
)
+
25px
);
}
.main-info
h1
{
.main-info
h1
,
.post-full-content
h1
{
font-size
:
calc
((
100vw
-
1025px
)
/
(
1440
-
1025
)
*
(
40
-
30
)
+
30px
);
}
...
...
@@ -101,7 +101,7 @@
padding
:
0
calc
((
100vw
-
769px
)
/
(
1024
-
769
)
*
(
10
-
5
)
+
5px
);
}
.main-info
h1
{
.main-info
h1
,
.post-full-content
h1
{
font-size
:
calc
((
100vw
-
769px
)
/
(
1024
-
769
)
*
(
30
-
25
)
+
25px
);
line-height
:
normal
;
}
...
...
@@ -317,7 +317,7 @@
margin-top
:
calc
((
100vw
-
426px
)
/
(
768
-
426
)
*
(
100
-
45
)
+
45px
);
}
.main-info
h1
{
.main-info
h1
,
.post-full-content
h1
{
font-size
:
calc
((
100vw
-
426px
)
/
(
768
-
426
)
*
(
25
-
20
)
+
20px
);
line-height
:
normal
;
}
...
...
@@ -558,7 +558,7 @@
background-size
:
auto
;
}
.main-info
h1
{
.main-info
h1
,
.post-full-content
h1
{
width
:
100%
;
font-size
:
20px
;
line-height
:
normal
;
...
...
assets/css/screen.css
View file @
c23b85b2
...
...
@@ -1043,12 +1043,6 @@ make sure this only happens on large viewports / desktop-ish devices.
font-size
:
14px
;
}
}
@media
(
max-width
:
500px
)
{
.post-full-custom-excerpt
{
font-size
:
1.9rem
;
line-height
:
13px
;
}
}
.no-image
.post-full-content
{
padding-top
:
0
;
...
...
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