Stage uncommited changes
This commit is contained in:
parent
3c1d0625db
commit
a4a10a6cd0
4 changed files with 54 additions and 12 deletions
|
|
@ -5,6 +5,8 @@ $font-path: 'ibm-plex';
|
|||
$logo-size: 216;
|
||||
$factor: 1 / ($logo-size / 500);
|
||||
|
||||
$highlight: #ff005f;
|
||||
|
||||
@import 'ibm-plex/css/ibm-plex.scss';
|
||||
|
||||
*, *:before, *:after {
|
||||
|
|
@ -44,13 +46,17 @@ p {
|
|||
margin: 0 0 16px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $highlight;
|
||||
}
|
||||
|
||||
.ten-print {
|
||||
width: $logo-size * 1px;
|
||||
height: $logo-size * 1px;
|
||||
display: block;
|
||||
|
||||
path {
|
||||
stroke: #ff005f;
|
||||
stroke: $highlight;
|
||||
fill: transparent;
|
||||
stroke-width: 1.5px * $factor;
|
||||
stroke-linecap: round;
|
||||
|
|
@ -63,7 +69,7 @@ main {
|
|||
margin: 48px auto 48px 48px;
|
||||
grid-gap: 32px;
|
||||
// grid-auto-rows: 1fr;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
grid-template-areas:
|
||||
"header header header header"
|
||||
"nav content content content";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue