Skip to content

Commit 4925141

Browse files
committed
Merge pull request #30 from lmrarturo/master
Center the heart with the number
2 parents c2d6cd4 + 4343707 commit 4925141

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Musement [![Build Status](https://travis-ci.com/lmrarturo/Musement.svg?token=8VCEpdV8M5U1zxzCUDq1&branch=dev)](https://travis-ci.com/lmrarturo/Musement)
1+
# Musement
22

33
<img src=http://i.imgur.com/pG2FYHp.jpg">
44
###### Musement is a community from people who want to share their ideas and projects. Creating the moment.

public/css/master.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ textarea:focus, input:focus{
280280
/*Moments*/
281281
.icon-heart_white{
282282
cursor: pointer;
283+
padding-left: 0.5rem;
283284
}
284285
.icon-heart_white:before{
285286
font-family: 'moments' !important;
@@ -296,6 +297,7 @@ textarea:focus, input:focus{
296297
font-size: 1rem;
297298
}
298299
.icon-heart_red:before{
300+
padding-left: 0.5rem;
299301
font-family: 'moments' !important;
300302
content: "\e912";
301303
color: #FEC06C;
@@ -304,6 +306,7 @@ textarea:focus, input:focus{
304306
}
305307
.heart-number{
306308
margin-top: 0.3em;
309+
text-align: center;
307310
}
308311
.tipe_moment{
309312
margin-bottom: 1vh;

0 commit comments

Comments
 (0)