Files
profile-front/src/styles/global.css
Profile Profile 7739647549 add tags logic
2026-03-02 00:39:07 +03:00

62 lines
1.0 KiB
CSS

@import './reset.css';
@import './components/ContentGrid.css';
@import './components/theme-colors.css';
html{
font-family: Roboto,sans-serif;
line-height: 1.15;
}
body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-size: 18px;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
.container{
margin: 0 auto;
width: 1200px;
padding-bottom: 60px; /* Подберите высоту под ваш свернутый футер */
}
.header-info{
width: 100%;
background: #303030;
margin-bottom: 20px;
}
.header__widgets{
padding: 0.4375rem 0;
color: #fff;
font-size: 0.8rem;
line-height: 1.2;
width: 1200px;
margin: 0 auto;
}
.current-date{
font-weight: 700;
}
main {
width:100%;
}
@media (max-width: 767px) {
.container{
max-width: 100%;
}
}