You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

39 lines
612 B

// Copyright (c) 2018 Tildes contributors <code@tildes.net>
// SPDX-License-Identifier: AGPL-3.0-or-later
#site-footer {
padding: 0.2rem;
padding-bottom: 1rem;
font-size: 0.6rem;
font-style: italic;
text-align: center;
p {
max-width: none;
margin-bottom: 0.2rem;
line-height: 0.7rem;
}
}
.site-footer-links {
display: flex;
flex-wrap: wrap;
justify-content: center;
list-style-type: none;
margin: 0;
margin-top: 0.4rem;
font-style: normal;
}
.site-footer-link {
@include min-touch-size;
margin: 0;
white-space: nowrap;
& + & {
margin-left: 1rem;
}
}