1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-03-20 01:56:07 +00:00

16 lines
184 B
CSS
Raw Normal View History

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