mirror of
https://github.com/grey-cat-1908/website.git
synced 2024-11-13 19:47:27 +03:00
Update custom.css
This commit is contained in:
parent
f58db318e2
commit
72bdacb28e
1 changed files with 2 additions and 0 deletions
|
@ -110,6 +110,7 @@ nav .container {
|
||||||
|
|
||||||
.mc {
|
.mc {
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
/* РАЗМЕТКА */
|
/* РАЗМЕТКА */
|
||||||
.mc h1, .mc h2, .mc h3, .mc h4, .mc h5 {
|
.mc h1, .mc h2, .mc h3, .mc h4, .mc h5 {
|
||||||
|
@ -137,6 +138,7 @@ nav .container {
|
||||||
|
|
||||||
.mc table {
|
.mc table {
|
||||||
display: block;
|
display: block;
|
||||||
|
overflow-x: auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in a new issue