Созданы новые css-файлы, изменен main.css и application_settings

This commit is contained in:
ARLakhin
2026-03-26 00:18:00 +03:00
parent 70f051da92
commit df4c307e24
5 changed files with 51 additions and 18 deletions
+13
View File
@@ -0,0 +1,13 @@
.main-header {
width: 100%;
font-size: 2.5rem;
font-weight: var(--bold);
text-align: center;
position: relative;
}
.exit {
position: absolute;
top: 0;
right: 5px;
}