1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-01-18 13:01:01 +00:00
ComunicWeb/assets/css/pages/userPage/profileInfos.css

20 lines
270 B
CSS
Raw Normal View History

2018-05-03 19:56:58 +00:00
/**
* Profile information stylesheet
*
* @author Pierre HUBERT
*/
.user-tag-in-profile {
color: #6f737b;
text-align: center;
font-size: 90%;
margin-bottom: 10px;
2018-05-05 08:25:17 +00:00
}
.about-user-box {
word-break: break-all;
2018-05-05 09:27:57 +00:00
}
.about-user-box .emoji {
height: 1em !important;
2018-05-03 19:56:58 +00:00
}