Skip to content

Commit 81c551f

Browse files
committed
style tweaks for landing pr
1 parent b148867 commit 81c551f

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

apps/landing/landing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<main id="main" class="wrapper" role="main">
7373
<div class="inner">
7474
<header class="major" role="banner">
75-
<h1>caMicroscope</h1>
75+
<h1 class="page-title">caMicroscope</h1>
7676
</header>
7777

7878
<div class="content" role="contentinfo">

apps/landing/main.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
License: pixelarity.com/license
88
*/
99

10+
/* h1 */
11+
.page-title {
12+
font-size: 40px !important;
13+
}
14+
1015
/* Reset */
1116

1217
/* addind loader animation */
@@ -2716,7 +2721,7 @@
27162721
/* Wrapper */
27172722

27182723
.wrapper {
2719-
padding: 6.5em 0 4.5em 0 ;
2724+
padding: 3em 0 3em 0 ;
27202725
position: relative;
27212726
}
27222727

@@ -3816,10 +3821,6 @@
38163821

38173822
/* Header */
38183823

3819-
body {
3820-
padding-top: 3.5em;
3821-
}
3822-
38233824
body.landing {
38243825
padding-top: 0;
38253826
}

0 commit comments

Comments
 (0)