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

View File

@@ -25,13 +25,25 @@
/* --------------------------------MAIN-------------------------------- */ /* --------------------------------MAIN-------------------------------- */
body { body {
background: url("images/ChatGPT\ Image\ 5\ янв.\ 2026\ г.\,\ 15_49_39.png") no-repeat 100% 100% fixed; margin: 0;
background-size: cover;
font-family: "MurreyC"; font-family: "MurreyC";
font-size: 16px; font-size: 16px;
font-weight: 400; font-weight: 400;
letter-spacing: 3px; 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 { button {
background-color: #3a1f09; background-color: #3a1f09;