Login and Registration: Adjust login form margins for better consistency.

This changeset addresses adjusts margins around the login form for visual consistency. The margin above and below the form is now consistently set to 24px, and the margin below the logo has also been adjusted to 24px.

Follow-up to [26072].

Props deeppatel8950, audrasjb, priyank9033, viralsampat, vijaysinh9094, sabernhardt, .
Fixes #61667.



Built from https://develop.svn.wordpress.org/trunk@59551


git-svn-id: http://core.svn.wordpress.org/trunk@58937 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb
2024-12-21 22:39:27 +00:00
parent 8d89d471f0
commit 243c0cc59e
5 changed files with 7 additions and 9 deletions

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.8-alpha-59550';
$wp_version = '6.8-alpha-59551';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.