mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-05 09:57:27 +00:00
index: en: yet another dirty one
This commit is contained in:
parent
14236c21ec
commit
5a417a7aa5
6 changed files with 60 additions and 36 deletions
|
|
@ -61,6 +61,7 @@ h1 {
|
|||
}
|
||||
@media (max-width: 768px) {
|
||||
h1 {
|
||||
font-size: calc(7 * var(--step));
|
||||
margin-block-end: calc(3 * var(--step));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
.default-layout {
|
||||
box-sizing: border-box;
|
||||
height: 100%;
|
||||
min-width: 300px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
|
@ -11,7 +12,7 @@
|
|||
}
|
||||
@media (min-width: 1610px) {
|
||||
.default-layout {
|
||||
width: 1366px;
|
||||
width: 1201px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ header.menu {
|
|||
padding: 0;
|
||||
|
||||
border-block-end: calc(0.5 * var(--step)) solid var(--color-fg);
|
||||
border-block-start: calc(0.5 * var(--step)) solid var(--color-fg);
|
||||
background-color: var(--color-bg);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue