add files
This commit is contained in:
51
src/styles/global.css
Normal file
51
src/styles/global.css
Normal file
@@ -0,0 +1,51 @@
|
||||
@import './reset.css';
|
||||
@import './components/ContentGrid.css';
|
||||
|
||||
html{
|
||||
font-family: Roboto,sans-serif;
|
||||
line-height: 1.15;
|
||||
}
|
||||
|
||||
body {
|
||||
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.container{
|
||||
margin: 0 auto;
|
||||
width: 1200px;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
|
||||
.maimnewsline{
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media (max-width: 767px) {
|
||||
|
||||
.container{
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user