mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Style tweaks for uni site
This commit is contained in:
parent
4bd0708029
commit
281c4eb4e3
1 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
position: relative;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
h1, p {
|
||||
h1, p, label {
|
||||
color: white;
|
||||
text-align: center;
|
||||
}
|
||||
|
@ -48,12 +48,12 @@
|
|||
}
|
||||
.screenshot {
|
||||
height: 550px;
|
||||
// Make sure the
|
||||
padding: 50px;
|
||||
margin: -50px;
|
||||
margin: auto;
|
||||
margin-bottom: -50px;
|
||||
overflow-y: hidden;
|
||||
box-shadow: 0 0 50px rgba(0,0,0,.67);
|
||||
max-width: 960px;
|
||||
.img {
|
||||
box-shadow: 0 0 50px rgba(0,0,0,.67);
|
||||
max-width: 960px;
|
||||
background-image: url('/img/screen.png');
|
||||
background-size: 100%;
|
||||
|
|
Loading…
Reference in a new issue