some fixes?
This commit is contained in:
@@ -38,7 +38,7 @@ img {
|
||||
/*linear-gradient(rgb(0, 0, 0, 0.5), rgb(0, 0, 0, 0.5)), */linear-gradient(45deg, red, rgb(0, 255, 0, 0), green),
|
||||
linear-gradient(135deg, black, rgb(255, 255, 255, 0), white);
|
||||
background-size: contain, cover;
|
||||
background-position: 50% 65%;
|
||||
background-position: 50% 50%;
|
||||
background-repeat: no-repeat;
|
||||
/*background-color: var(--kuwaitgreen);/*white;*/ /*var(--deepcream);*/ /*#993231;*/ /* var(--cream); */
|
||||
}
|
||||
@@ -129,7 +129,7 @@ img {
|
||||
text-align: center;
|
||||
background-color: var(--kuwaitred);
|
||||
color: black;
|
||||
padding-top: 52px; /* TODO: make this less worsely */
|
||||
padding-top: 52px; /* todo: make this less terrible */
|
||||
position: sticky;
|
||||
top: 0px;
|
||||
padding-bottom: 10vh;
|
||||
@@ -193,7 +193,6 @@ div#banner {
|
||||
}
|
||||
|
||||
#banner > a {
|
||||
height: 3em;
|
||||
float: left;
|
||||
}
|
||||
|
||||
@@ -202,7 +201,8 @@ div#banner {
|
||||
}
|
||||
|
||||
#banner > a > img {
|
||||
height: 100%;
|
||||
height: 54px; /* for safari. vomit emoji. */
|
||||
width: 77px;
|
||||
}
|
||||
|
||||
div#banner > * {
|
||||
@@ -304,6 +304,10 @@ small {
|
||||
box-sizing: border-box;
|
||||
padding: 30px;
|
||||
}
|
||||
|
||||
#title {
|
||||
padding-top: calc(1.5em + 10px);
|
||||
}
|
||||
}
|
||||
|
||||
#plug {
|
||||
|
||||
Reference in New Issue
Block a user