This commit is contained in:
kandrusyak
2022-05-06 16:56:58 +03:00
parent b576ca7013
commit b696bedd77
2 changed files with 65 additions and 45 deletions

View File

@@ -156,10 +156,20 @@ h2 {
max-width: 95vw;
}
.divider {
background-color: #000000;
width: 100%;
height: 2px;
display: none;
}
@media screen and (max-width: 1050px) {
.header-menu {
display: none;
}
.divider {
display: block;
}
}
@@ -222,9 +232,20 @@ h2 {
font-weight: 400;
font-size: 28px;
}
.ibmplexmono-28-600 {
font-family: 'IBM Plex Mono', monospace;
font-weight: 600;
font-size: 28px;
}
.ibmplexmono-38-600 {
font-family: 'IBM Plex Mono', monospace;
font-weight: 600;
font-size: 40px;
}
.ibmplexmono-32-600 {
font-family: 'IBM Plex Mono', monospace;
font-weight: 600;
font-size: 32px;
}