add separator under language selector
This commit is contained in:
parent
ccc2bf63f4
commit
f4c4294398
@ -1,5 +1,7 @@
|
|||||||
EN | [RU](index_ru.md)
|
EN | [RU](index_ru.md)
|
||||||
|
|
||||||
|
___
|
||||||
|
|
||||||
# How to use the service
|
# How to use the service
|
||||||
|
|
||||||
## Easiest method
|
## Easiest method
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
[EN](index.md) | RU
|
[EN](index.md) | RU
|
||||||
|
|
||||||
|
___
|
||||||
|
|
||||||
# Инструкция по использованию сервиса
|
# Инструкция по использованию сервиса
|
||||||
|
|
||||||
## Самый простой метод
|
## Самый простой метод
|
||||||
|
@ -298,4 +298,9 @@ h6 {
|
|||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
border: 1px solid #657b83;
|
||||||
|
background: #657b83;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
Reference in New Issue
Block a user