resume adaptive
This commit is contained in:
parent
cdf06c7984
commit
db9a7b24c6
@ -24,9 +24,7 @@ export const AuthBlock = ({ title, description, img, resetModal }) => {
|
|||||||
placeholder="Пароль"
|
placeholder="Пароль"
|
||||||
/>
|
/>
|
||||||
<div className="auth__form__buttons">
|
<div className="auth__form__buttons">
|
||||||
<button onClick={(e) => e.preventDefault()}>
|
<button onClick={(e) => e.preventDefault()}>Войти</button>
|
||||||
Войти
|
|
||||||
</button>
|
|
||||||
<span onClick={() => resetModal(true)}>Восстановить пароль</span>
|
<span onClick={() => resetModal(true)}>Восстановить пароль</span>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@ -50,7 +50,7 @@ export const FreeDevelopers = () => {
|
|||||||
|
|
||||||
<div className="free-dev__body">
|
<div className="free-dev__body">
|
||||||
<div className="free-dev__body-title">
|
<div className="free-dev__body-title">
|
||||||
<p>Описание опыта работы</p>
|
<p>Опыт работы</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="free-dev__body-text">
|
<div className="free-dev__body-text">
|
||||||
|
@ -9,5 +9,5 @@ import { store } from "./store/store";
|
|||||||
ReactDOM.createRoot(document.getElementById("root")).render(
|
ReactDOM.createRoot(document.getElementById("root")).render(
|
||||||
<Provider store={store}>
|
<Provider store={store}>
|
||||||
<App />
|
<App />
|
||||||
</Provider>
|
</Provider>,
|
||||||
);
|
);
|
||||||
|
@ -117,7 +117,7 @@ export const Summary = () => {
|
|||||||
<div className="summary__experience">
|
<div className="summary__experience">
|
||||||
<div className="experience__block">
|
<div className="experience__block">
|
||||||
<div className="summary__sections__head">
|
<div className="summary__sections__head">
|
||||||
<h3>Описание опыта работы</h3>
|
<h3>Опыт работы</h3>
|
||||||
<button
|
<button
|
||||||
className={editSummeryOpen ? "edit" : ""}
|
className={editSummeryOpen ? "edit" : ""}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
@ -242,6 +242,11 @@
|
|||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
|
||||||
|
@media (max-width: 550px) {
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 20px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user