mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
19 lines
257 B
Text
19 lines
257 B
Text
footer {
|
|
border-top: 1px solid @gray-lighter;
|
|
padding: 2em;
|
|
font-size: 0.9rem;
|
|
ul {
|
|
list-style: none;
|
|
margin: 0px;
|
|
li {
|
|
display: inline-block;
|
|
margin: 0 .5em;
|
|
}
|
|
i {
|
|
font-size: 1.2rem;
|
|
}
|
|
}
|
|
ul:last-child {
|
|
text-align: right;
|
|
}
|
|
}
|