Improved views and tags

This commit is contained in:
teras
2017-10-08 03:11:04 +03:00
parent 2e3b30a462
commit 6f7028d6cf
11 changed files with 246 additions and 383 deletions

View File

@@ -14,12 +14,12 @@ footer, .map {
background-color: #34495e !important;
}
.card{
.card {
width: 300px;
margin: 0 auto;
}
.progress{
.progress {
height:10px;
}
@@ -27,15 +27,15 @@ a:link {
color: black;
}
a:visited{
a:visited {
color: black;
}
a:hover{
a:hover {
color: #34495e;
}
a:active{
a:active {
color: black;
}
@@ -44,6 +44,10 @@ ul {
line-height: 38px;
}
.profile{
.profile {
width:300px;
}
.card.small {
height: auto;
}