Answer the question
In order to leave comments, you need to log in
Why are the letters different sizes?
What am I doing now. I do so
<div class="header__brand">
<h3>Site.<span>com</span></h3>
</div>
in styles like thisbody {
font-size: 100%;
font-weight: 400;
}
h3 {
color: #ff4081;
}
.header__brand h3 span{
color: #000;
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.header__brand h3 {
font-size: 1.7em;
}
.header__brand h3 span {
font-size: 1.7em;
}
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
.header__brand h3 {
font-size: 1.7em;
}
.header__brand h3 span{
font-size: 1.7em;
}
}
Answer the question
In order to leave comments, you need to log in
I used to have such garbage with VK. Turned off the antivirus - everything loaded normally.
span - 1.7em from h3
h3 - 1.7em from .header__brand
Remove the span size, or specify 1em
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question