phantasma/app/static/css/partials/_text.scss

27 lines
333 B
SCSS
Raw Normal View History

2021-10-10 15:06:43 +00:00
2021-10-11 13:06:49 +00:00
main > .texts {
2021-10-11 12:55:45 +00:00
box-sizing: border-box;
a {
color: #e00;
text-decoration: none;
}
2021-10-10 15:06:43 +00:00
.text {
margin: 8px;
2021-10-11 12:55:45 +00:00
h1 {
font-weight: bold;
font-size: 20px;
}
}
@media screen and (max-width: 799px) {
.text {
margin-bottom: 16px;
h2 {
margin-bottom: 8px;
}
}
2021-10-10 15:06:43 +00:00
}
}