/*
Theme Name: Twenty Twenty Child
Text Domain: twentytwenty-child
Version: 2.0
Tested up to: 6.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Twenty Twenty Child Theme
Author: safoutin.net
Author URI: https://safoutin.net/
Theme URI: https://safoutin.net/wpfiles/wp-content/themes/twentytwenty-child/
Template:     twentytwenty
Version:      1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

.to-the-content-custom svg {
	height: 2rem;
	transition: transform 0.15s linear;
	transform: translateY(0);
	width: 1.767rem;
}

.to-the-content-custom:focus svg,
.to-the-content-custom:hover svg {
	transform: translateY(20%);
}
