Adding padding.

This commit is contained in:
Sergiotarxz 2024-03-26 23:17:41 +01:00
parent 8cdf101829
commit 92206fe7ca
2 changed files with 17 additions and 1 deletions

View File

@ -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 {

View File

@ -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;