mirror of
https://gitlab.com/tavo-wasd/conex-pages.git
synced 2025-06-07 13:33:29 -06:00
better css
This commit is contained in:
parent
6f676388bc
commit
6ad503106b
1 changed files with 4 additions and 6 deletions
|
@ -14,28 +14,26 @@ body {
|
|||
/* HEADER */
|
||||
|
||||
.banner {
|
||||
padding: 6vh;
|
||||
box-shadow: 0 15vh 30vh black inset;
|
||||
background-position: 50%;
|
||||
background-size: cover;
|
||||
margin-bottom: 4vh;
|
||||
height: 30vh;
|
||||
}
|
||||
|
||||
div.desc {
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
div.banner h1 {
|
||||
font-size: min(8cqw, 5em);
|
||||
margin-top: 8vh;
|
||||
line-height: 1vh;
|
||||
color: white;
|
||||
line-height: 1vh;
|
||||
}
|
||||
|
||||
div.banner p {
|
||||
font-size: min(3cqw, 1em);
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
@ -96,7 +94,7 @@ div.card:hover {
|
|||
}
|
||||
|
||||
.content p,li {
|
||||
line-height: 1.6em;
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
/* FOOTER */
|
||||
|
|
Loading…
Reference in a new issue