mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-15 01:06:51 +00:00
Add legalese
This commit is contained in:
@@ -132,6 +132,7 @@ table {
|
||||
}
|
||||
}
|
||||
|
||||
h1,
|
||||
p,
|
||||
ul,
|
||||
table {
|
||||
|
||||
@@ -8,10 +8,14 @@
|
||||
padding: var(--space-l) 0;
|
||||
|
||||
& .wrap {
|
||||
@media (--M_and_up) {
|
||||
@media (--L_and_up) {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
|
||||
& p {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
& p:last-child {
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
margin-right: var(--space-xl);
|
||||
overflow: hidden;
|
||||
text-transform: uppercase;
|
||||
min-width: 3em;
|
||||
min-width: 3.5em;
|
||||
z-index: 1;
|
||||
|
||||
& a {
|
||||
|
||||
Reference in New Issue
Block a user