ComunicWeb/assets/css/components/pacman.css

16 lines
184 B
CSS
Raw Normal View History

2019-01-11 15:34:43 +00:00
/**
* Pacman stylesheet
*
* @author Pierre HUBERT
*/
.pacman-iframe {
width: 342px;
height: 426px;
margin: auto;
display: block;
}
.pacman-iframe + p {
text-align: center;
}