mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-10 04:02:28 +01:00
30 lines
433 B
CSS
30 lines
433 B
CSS
.content-div {
|
|
padding-top: 20px;
|
|
text-align: left;
|
|
}
|
|
|
|
.license {
|
|
font-size: 80%;
|
|
margin-top: 40px;
|
|
width: auto;
|
|
color: black;
|
|
}
|
|
|
|
.license-btn {
|
|
margin-top: 30px;
|
|
margin-bottom: 3em;
|
|
width: auto;
|
|
}
|
|
|
|
.logo-img {
|
|
width: 18em;
|
|
}
|
|
|
|
.logo-well {
|
|
width: 19em;
|
|
|
|
-webkit-animation: colorpulse 20s infinite;
|
|
animation: colorpulse 20s infinite;
|
|
-moz-animation: colorpulse 20s infinite;
|
|
}
|