mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-06-20 20:44:26 -04:00
Rework donate button
This commit is contained in:
parent
63c01af626
commit
eea66f1ce3
2 changed files with 46 additions and 3 deletions
|
@ -17,6 +17,45 @@ body {
|
|||
width: auto;
|
||||
}
|
||||
|
||||
#navbar {
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
.navbar-nav {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.navbar-collapse > .navbar-nav > #donate {
|
||||
float: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.navbar-collapse > .navbar-nav > #donate > a {
|
||||
padding: 10px 15px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 992px) {
|
||||
nav > .container {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
#donate {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#donate-icon {
|
||||
color: red;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
#donate > a {
|
||||
padding: 15px 0;
|
||||
color: white;
|
||||
}
|
||||
|
||||
a.anchor {
|
||||
display: block; position: relative; top: -50px; visibility: hidden;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue