Made actions a dropdown

This commit is contained in:
Ziver Koc 2017-08-08 14:05:46 +02:00
parent f566584c44
commit 41b7baa382
2 changed files with 30 additions and 8 deletions

View file

@ -3,13 +3,24 @@ body{
}
.navbar {
margin-top: 40px;
margin-bottom: 40px;
margin-top: 20px;
margin-bottom: 0px;
}
.navbar .action a, .navbar .action span{
color: #5a5ada !important;
}
.subnav {
width: 80%;
height: 10px;
margin: 0 auto;
padding: 0 20px;
}
.content {
margin-top: 20px;
}
.photo-thumb, .photo {
padding: 2px;
}