1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-20 09:56:48 +02:00

_layouts/package.html: cleanup package page with a sidemenu.

This commit is contained in:
Henrik Hautakoski 2022-09-06 18:47:07 +02:00
parent 824e6adc37
commit 203f631aba
3 changed files with 45 additions and 10 deletions

View file

@ -0,0 +1,17 @@
.package {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 2em;
//&-main {
//}
&-sidebar {
min-width: 400px;
padding: 0 2em;
background: $bg-gray-light;
border: solid 1px $border-gray-light;
}
}

View file

@ -6,6 +6,7 @@
@import "typography";
@import "layout/header";
@import "layout/package";
@import "layout/footer";
@import "component/button";