adaptive_fix_2

This commit is contained in:
2026-05-11 13:07:00 +03:00
parent eb97ed0e4a
commit 942a287b26
2 changed files with 17 additions and 5 deletions

View File

@@ -11,7 +11,7 @@
</head>
<body>
<div class="bg"></div>
<header class="header">
<div class="burger" id="burger">
@@ -220,7 +220,7 @@
</div>
</div> -->
</div>
</div> -->
</div>
</section>
<section class="timetable" id="timetable">
<h4 class="people_title">

View File

@@ -25,13 +25,25 @@
/* --------------------------------MAIN-------------------------------- */
body {
background: url("images/ChatGPT\ Image\ 5\ янв.\ 2026\ г.\,\ 15_49_39.png") no-repeat 100% 100% fixed;
background-size: cover;
margin: 0;
font-family: "MurreyC";
font-size: 16px;
font-weight: 400;
letter-spacing: 3px;
height: auto;
}
.bg {
position: fixed;
inset: 0;
background: url("images/ChatGPT\ Image\ 5\ янв.\ 2026\ г.\,\ 15_49_39.png") center center / cover no-repeat;
z-index: -1;
}
.content {
position: relative;
min-height: 100vh;
}
button {
background-color: #3a1f09;