/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.comment-form-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    column-gap: 12px;
}

.comment-form-row input {
    width: 100%;
    border-radius: 4px;
    border-color: #ccc;
}

