1
0
mirror of https://github.com/alrayyes/lastfm-hugo-demo-theme synced 2023-11-13 18:16:42 +00:00

Fixed width

This commit is contained in:
Ryan Kes 2016-10-02 01:35:28 +02:00 committed by GitHub
parent 771c1746a6
commit 1355304e6d

View File

@ -7,6 +7,7 @@ body{
padding: 0px; padding: 0px;
margin: 0px; margin: 0px;
height:300px; height:300px;
width: 300px;
} }
.cover-card > p { .cover-card > p {
text-align: center; text-align: center;
@ -22,4 +23,4 @@ body{
background-color: rgba(6,6,6,0.3); background-color: rgba(6,6,6,0.3);
color: white; color: white;
text-shadow: 3px 3px 10px #000; text-shadow: 3px 3px 10px #000;
} }