jakubb-hugo/static/css/colorschemes/404.css

22 lines
290 B
CSS
Raw Normal View History

2024-02-11 20:21:08 +00:00
.not-found ul.menu li {
width: 100%;
}
.not-found a.logo {
width: 100%;
background-color: var(--alt-bg);
text-align: center;
pointer-events: none;
}
h1.not-found-num {
text-align: center;
font-size: 72px;
margin-top: 0;
}
h1.not-found {
text-align: center;
margin-bottom: 0;
}