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.
37 lines
730 B
37 lines
730 B
.footer-content
|
|
display: flex
|
|
flex-direction: row
|
|
gap: 16px
|
|
height: auto
|
|
justify-content: left
|
|
width: 100%
|
|
background-color: rgba(231, 225, 199, 0.75)
|
|
color: rgb(74, 71, 62)
|
|
|
|
.footer-info
|
|
padding: 8px 0
|
|
display: flex
|
|
flex-direction: row
|
|
gap: 24px
|
|
justify-content: left
|
|
a
|
|
text-decoration: none
|
|
color: rgb(74, 71, 62)
|
|
a:hover
|
|
text-decoration: underline
|
|
span
|
|
font-size: 16px
|
|
.bold
|
|
font-weight: bold
|
|
font-size: 20px
|
|
.small
|
|
font-size: 14px
|
|
.normal
|
|
font-size: 16px
|
|
.medium
|
|
font-size: 18px
|
|
.icp
|
|
margin-top: 8px
|
|
line-height: 1em
|
|
.time
|
|
font-weight: bold
|
|
|