Skip to content

Commit 1bf3125

Browse files
committed
Add spacing at top of SearchConsoleMonitor page
Introduced a div with id 'spacing-start' in SearchConsoleMonitor.html and corresponding CSS to provide top margin, improving page layout and visual spacing.
1 parent 5764f2f commit 1bf3125

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

SearchConsoleMonitor.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<script src="https://apis.google.com/js/api.js"></script>
1010
</head>
1111
<body>
12+
<div id="spacing-start"></div>
1213
<h1>Indexed Pages Count</h1>
1314
<button onclick="initClient()">Authorize & Fetch</button>
1415
<div id="output"></div>

assets/css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,3 +1063,7 @@ h1, h2, h3, h4, h5, h6 {
10631063
height: auto;
10641064
vertical-align: middle;
10651065
}
1066+
1067+
.spacing-start {
1068+
margin-top: 6rem
1069+
}

0 commit comments

Comments
 (0)