IMOTCL/app/sass/_author.scss
2020-04-08 23:37:59 +05:00

37 lines
761 B
SCSS

main.author {
height: 83%;
display: flex;
#contacts {
border: .38em solid $blue;
border-radius: .4em;
font-size: 3em;
line-height: 1.2em;
padding: .5em;
margin: auto;
display: flex;
flex-direction: row;
div:first-child {
text-align: center;
margin-right: .1em;
}
a {
text-decoration: none;
}
@media (max-width: 70em) {
font-size: 2.5em;
}
@media (max-width: 50em) {
font-size: 1.5em;
}
}
img {
margin: 0;
box-shadow: none;
border-radius: 0;
width: 1em;
height: 1em;
}
}