mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 16:42:46 +00:00
Use cards for long form features
This commit is contained in:
parent
89fa55c361
commit
7ad9849db0
2 changed files with 3 additions and 6 deletions
|
@ -104,10 +104,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.content-alt-home {
|
||||
background-color: #fcfcfc;
|
||||
}
|
||||
|
||||
.pattern-container {
|
||||
background: url('/img/pattern-home.png') repeat #f1f1f1;
|
||||
border-top: 1px solid @gray-lightest;
|
||||
|
@ -164,6 +160,7 @@
|
|||
}
|
||||
|
||||
.real-time-example-code {
|
||||
border-radius: 3px;
|
||||
border-left: 42px solid @gray-lighter;
|
||||
background-color: white;
|
||||
padding: 12px;
|
||||
|
@ -171,5 +168,5 @@
|
|||
.highlight {
|
||||
color: @blue;
|
||||
}
|
||||
box-shadow: 0 3px 3px rgba(0,0,0,.2);
|
||||
box-shadow: 0 3px 5px rgba(0,0,0,.3);
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
padding: @line-height-computed;
|
||||
.page-header {
|
||||
margin: 0 0 1.5625rem;
|
||||
h1 {
|
||||
h1, h2, h3 {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue