1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 23:21:47 +02:00
polr/public/css/about.css
2016-08-14 22:18:25 -07:00

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;
}