Responsiveness wohoooo
This commit is contained in:
@@ -3,13 +3,20 @@
|
||||
#profile-popover {
|
||||
z-index: 1;
|
||||
position: fixed;
|
||||
right: 1em;
|
||||
top: $header_height + 1em;
|
||||
top: $header_height;
|
||||
color: $text;
|
||||
background-color: $secondary;
|
||||
width: 15em;
|
||||
border-radius: 1em;
|
||||
padding: 1em;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
#profile-popover {
|
||||
width: 15em;
|
||||
right: 1em;
|
||||
top: $header_height + 1em;
|
||||
border-radius: 1em;
|
||||
padding: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
h2.heading {
|
||||
|
||||
Reference in New Issue
Block a user