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
0fa62ee9
Commit
0fa62ee9
authored
Sep 22, 2020
by
nursultan
Browse files
changed styles for header and hide multilang for faceplate.ru domain
parent
fdff7766
Changes
2
Hide whitespace changes
Inline
Side-by-side
assets/css/main.css
View file @
0fa62ee9
...
...
@@ -137,12 +137,13 @@ object {
}
.header-hum
{
width
:
15
0px
;
margin-right
:
auto
;
width
:
6
0px
;
flex
:
1
0
auto
;
}
.header-logo
{
width
:
auto
;
flex
:
1
0
auto
;
}
.ham
{
...
...
@@ -189,7 +190,6 @@ object {
.main-lang
{
width
:
150px
;
margin-left
:
auto
;
}
.main-lang
a
,
.header-posts
a
{
...
...
assets/js/script.js
View file @
0fa62ee9
if
(
location
.
hostname
===
"
faceplate.ru
"
){
document
.
querySelector
(
"
.main-lang
"
).
style
=
"
display: none
"
;
}
const
nav_hum
=
document
.
querySelector
(
'
.ham
'
);
const
main_nav
=
document
.
querySelector
(
'
#main-nav
'
);
...
...
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