style landing page modules and start reorganising css
This commit is contained in:
committed by
Benedikt Rötsch
parent
3459c4c32c
commit
e955555f1a
@@ -4,7 +4,7 @@
|
||||
min-height: 30vh;
|
||||
padding: var(--grid-gutter);
|
||||
|
||||
border-radius: 7px;
|
||||
border-radius: var(--border-radius);
|
||||
box-shadow: var(--card-box-shadow);
|
||||
|
||||
& > * + * {
|
||||
@@ -19,6 +19,8 @@
|
||||
display: inline-block;
|
||||
margin-right: var(--grid-gutter);
|
||||
color: var(--color-text-grey);
|
||||
font-size: 0.75em;
|
||||
letter-spacing: 2px;
|
||||
}
|
||||
|
||||
@element title {
|
||||
@@ -34,7 +36,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@element link-wapper {
|
||||
@element link-wrapper {
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
||||
@@ -44,5 +46,8 @@
|
||||
border-bottom: 1px solid var(--color-link-content);
|
||||
text-transform: uppercase;
|
||||
color: var(--color-link-content);
|
||||
font-size: 0.75em;
|
||||
line-height: 2.17;
|
||||
letter-spacing: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user