Фикс супермегаговна
This commit is contained in:
parent
12aaeaffc5
commit
3e9095cdd8
4 changed files with 8 additions and 7 deletions
|
@ -17,10 +17,6 @@
|
|||
|
||||
/* Стили после этого комментария редактированию НЕ ПОДЛЕЖАТ */
|
||||
|
||||
.index {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.links-container a {
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
|
|
|
@ -2,8 +2,13 @@
|
|||
@import url(../fonts/tisa-sans-pro/style.css);
|
||||
|
||||
/* Применение своих параметров к блоку заголовка на всех страницах */
|
||||
.title-menu, .title-menu, footer {
|
||||
.title-menu, footer {
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.no-scrolling {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* Применение своих параметров к блоку контента на всех страницах */
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<meta name="description" content="About me">
|
||||
</head>
|
||||
|
||||
<body id="particles-js" ondragstart="return false;" ondrop="return false;">
|
||||
<body id="particles-js" ondragstart="return false;" ondrop="return false;" class="no-scrolling">
|
||||
<div class="title-menu top title-container">
|
||||
<div class="title-div">
|
||||
<h1 class="title">обо мне:</h1>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
|
||||
<body ondragstart="return false;" ondrop="return false;" class="index">
|
||||
<body ondragstart="return false;" ondrop="return false;" class="no-scrolling">
|
||||
<div id="particles-js">
|
||||
<div class="title-menu center">
|
||||
<div class="title-div horizontal-container title-container">
|
||||
|
|
Loading…
Add table
Reference in a new issue