Adding padding.
This commit is contained in:
parent
8cdf101829
commit
92206fe7ca
@ -3,6 +3,10 @@ img.index-image-menu {
|
||||
padding: 5px;
|
||||
border-radius: 5px; }
|
||||
|
||||
div.content {
|
||||
padding-left: 30px;
|
||||
padding-right: 30px; }
|
||||
|
||||
div.title-image {
|
||||
position: relative;
|
||||
max-height: 80vh;
|
||||
@ -198,7 +202,10 @@ body {
|
||||
color: #5C8CED;
|
||||
border-right: 1px solid #5C8CED; }
|
||||
body nav.desktop {
|
||||
display: none; }
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
z-index: 999; }
|
||||
body nav.desktop a {
|
||||
vertical-align: middle; }
|
||||
body nav.desktop a.search-icon {
|
||||
|
@ -16,6 +16,12 @@ img.index-image-menu {
|
||||
padding: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
div.content {
|
||||
padding-left: 30px;
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
div.title-image {
|
||||
position: relative;
|
||||
max-height: 80vh;
|
||||
@ -287,6 +293,9 @@ body {
|
||||
|
||||
nav.desktop {
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
z-index: 999;
|
||||
|
||||
a {
|
||||
vertical-align: middle;
|
||||
|
Loading…
Reference in New Issue
Block a user