mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-26 10:40:08 +02:00
Merge pull request #10774 from overleaf/jel-new-page-style
[web] Updates to new page style GitOrigin-RevId: 4d29b4642efef608164fb9fc6875c1618565d231
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
}
|
||||
|
||||
.page-header {
|
||||
margin-top: 0;
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
@icon-bullet-list-icon-size: 30px;
|
||||
ul {
|
||||
list-style: none;
|
||||
margin-top: 30px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
|
||||
@@ -20,4 +20,17 @@
|
||||
video {
|
||||
clip-path: inset(0 0); // fix Safari bug that will sometimes add border
|
||||
}
|
||||
|
||||
.section-row {
|
||||
margin: 0 auto;
|
||||
/* match .col-sm-12 */
|
||||
/* @grid-gutter-width is used for margins */
|
||||
max-width: (@screen-sm) - @grid-gutter-width!important;
|
||||
@media (min-width: @screen-md-min) {
|
||||
max-width: (@screen-md) - @grid-gutter-width!important;
|
||||
}
|
||||
@media (min-width: @screen-lg-min) {
|
||||
max-width: (@screen-lg) - @grid-gutter-width!important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user