Merge branch 'reward' of Disroot/grav-theme-disroot into master
This commit is contained in:
commit
e3c0498c49
2 changed files with 26 additions and 0 deletions
|
@ -242,6 +242,16 @@ div#nav-logo {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
/* Donations
|
||||
------------------------------------*/
|
||||
|
||||
.two-col .five .donate img {
|
||||
display: flex;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
|
||||
/* Language menu*/
|
||||
|
||||
#language {
|
||||
|
|
|
@ -465,6 +465,21 @@ ul.dropdown-content a{
|
|||
color: #b9a2ab;
|
||||
}
|
||||
|
||||
/* Reward on home page */
|
||||
|
||||
img.reward {
|
||||
width: 50px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
/*.reward p {
|
||||
color:#1e5a5e;
|
||||
padding-left:10%;
|
||||
padding-right:10%;
|
||||
text-align:justify;
|
||||
}*/
|
||||
|
||||
|
||||
/* Links */
|
||||
ul#nav li a {
|
||||
display: inline-block;
|
||||
|
@ -583,6 +598,7 @@ ul#nav li a:hover .ul#nav li ul {
|
|||
line-height: 0.5;
|
||||
}
|
||||
|
||||
|
||||
/* Services */
|
||||
|
||||
#services {
|
||||
|
|
Loading…
Reference in a new issue